Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ has
Method
has
src/utils/fileStateCache.ts:61–63 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
59
}
60
61
has(key: string): boolean {
62
return
this.cache.has(normalize(key))
63
}
64
65
delete(key: string): boolean {
66
return
this.cache.delete(normalize(key))
Callers
15
makeLogEntryReader
Function · 0.45
getTimestampedHistory
Function · 0.45
getCommands
Function · 0.45
isBridgeSafeCommand
Function · 0.45
filterCommandsForRemoteMode
Function · 0.45
getTools
Function · 0.45
submitMessage
Method · 0.45
queryLoop
Function · 0.45
run
Function · 0.45
getShortcutDisplay
Function · 0.45
validateBindings
Function · 0.45
filterReservedShortcuts
Function · 0.45
Calls
1
normalize
Function · 0.50
Tested by
no test coverage detected