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

Method get

src/utils/fileStateCache.ts:52–54  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

50 }
51
52 get(key: string): FileState | undefined {
53 return this.cache.get(normalize(key))
54 }
55
56 set(key: string, value: FileState): this {
57 this.cache.set(normalize(key), value)

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
normalizeFunction · 0.50

Tested by

no test coverage detected