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

Function getRepoFilePathCacheKey

src/api/utils/cache.ts:27–29  ·  view source on GitHub ↗
(owner: string, repo: string)

Source from the content-addressed store, hash-verified

25 * @returns Cache key
26 */
27export function getRepoFilePathCacheKey(owner: string, repo: string): string {
28 return `repo:${owner}:${repo}`;
29}
30
31/**
32 * Cache key structure for vector existence

Callers 2

getCachedFilePathFunction · 0.85
cacheFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected