GitHubDiscussionLoader Class — supabase Architecture
Architecture documentation for the GitHubDiscussionLoader class in github-discussion.ts from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/docs/scripts/search/sources/github-discussion.ts lines 81–94
export class GitHubDiscussionLoader extends BaseLoader {
type = 'github-discussions' as const
constructor(
source: string,
public discussion: Discussion
) {
super(source, discussion.url)
}
async load() {
return [new GitHubDiscussionSource(this.source, this.path, this.discussion)]
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free