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

Function getIsIndexedCacheKey

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

Source from the content-addressed store, hash-verified

35 * @returns Cache key
36 */
37export function getIsIndexedCacheKey(owner: string, repo: string): string {
38 return `vector_exists:${owner}:${repo}`;
39}
40
41/**
42 * Cache key structure for fetchDocumentation results

Callers 2

getIsIndexedFromCacheFunction · 0.85
cacheIsIndexedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected