MCPcopy Index your code
hub / github.com/codeaashu/claude-code / cacheKeys

Function cacheKeys

src/utils/fileStateCache.ts:116–118  ·  view source on GitHub ↗
(cache: FileStateCache)

Source from the content-addressed store, hash-verified

114
115// Helper function to get all keys from cache (used by several components)
116export function cacheKeys(cache: FileStateCache): string[] {
117 return Array.from(cache.keys())
118}
119
120// Helper function to clone a FileStateCache
121// Preserves size limit configuration from the source cache

Callers 4

getChangedFilesFunction · 0.85
getAllMemoryFilePathsFunction · 0.85
callFunction · 0.85

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected