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

Function fetchRepoMapping

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

Source from the content-addressed store, hash-verified

201}
202
203async function fetchRepoMapping(): Promise<
204 Record<string, (typeof mapping)[string]>
205> {
206 return mappingCaseInsensitive;
207}
208
209async function fetchRepoMappingByRepoName(): Promise<
210 Record<string, (typeof mapping)[string]>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected