Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get
Method · 0.65
normalize
Function · 0.50
Tested by
no test coverage detected