MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / cacheKeys

Function cacheKeys

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

Source from the content-addressed store, hash-verified

116
117// Helper function to get all keys from cache (used by several components)
118export function cacheKeys(cache: FileStateCache): string[] {
119 return Array.from(cache.keys())
120}
121
122// Helper function to clone a FileStateCache
123// 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