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

Function getFetchDocCacheKey

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

Source from the content-addressed store, hash-verified

45 * @returns Cache key
46 */
47export function getFetchDocCacheKey(owner: string, repo: string): string {
48 return `fetch_doc:${owner}:${repo}`;
49}
50
51/**
52 * Cache key structure for URL content

Callers 2

getCachedFetchDocResultFunction · 0.85
cacheFetchDocResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected