MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox /

Class

lib/modules/github/fetcher.ts:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221`;
222
223export class GitHubProfileFetcher {
224 static async fetchPRStatistics(username: string, userToken?: string | null): Promise<GitHubMetrics> {
225 const token = userToken || Settings.GITHUB_TOKEN;
226 if (!token) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected