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

Method get

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

Source from the content-addressed store, hash-verified

39 }
40
41 get(key: string): FileState | undefined {
42 return this.cache.get(normalize(key))
43 }
44
45 set(key: string, value: FileState): this {
46 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