MCPcopy Create free account
hub / github.com/idosal/git-mcp / getGenericRepoHandler

Function getGenericRepoHandler

src/api/tools/repoHandlers/GenericRepoHandler.ts:196–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194
195let genericRepoHandler: GenericRepoHandler;
196export function getGenericRepoHandler(): GenericRepoHandler {
197 if (!genericRepoHandler) {
198 genericRepoHandler = new GenericRepoHandler();
199 }
200 return genericRepoHandler;
201}
202
203async function fetchRepoMapping(): Promise<
204 Record<string, (typeof mapping)[string]>

Callers 1

handlers.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected