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

Function cacheKeys

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

Source from the content-addressed store, hash-verified

125
126// Helper function to get all keys from cache (used by several components)
127export function cacheKeys(cache: FileStateCache): string[] {
128 return Array.from(cache.keys())
129}
130
131// Helper function to clone a FileStateCache
132// Preserves size limit configuration from the source cache

Callers 4

getChangedFilesFunction · 0.85
getAllMemoryFilePathsFunction · 0.85
callFunction · 0.85

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected