Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ delete
Method
delete
src/utils/fileStateCache.ts:65–67 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
63
}
64
65
delete(key: string): boolean {
66
return
this.cache.delete(normalize(key))
67
}
68
69
clear(): void {
70
this.cache.clear()
Callers
nothing calls this directly
Calls
2
delete
Method · 0.65
normalize
Function · 0.50
Tested by
no test coverage detected