Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tanbiralam/claude-code
/ has
Method
has
src/utils/fileStateCache.ts:50–52 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
48
}
49
50
has(key: string): boolean {
51
return
this.cache.has(normalize(key))
52
}
53
54
delete(key: string): boolean {
55
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
run
Function · 0.45
isAcceptEditsAllowedCmdlet
Function · 0.45
isSymlinkCreatingCommand
Function · 0.45
isClmAllowedType
Function · 0.45
isSearchOrReadPowerShellCommand
Function · 0.45
Calls
1
normalize
Function · 0.50
Tested by
no test coverage detected