Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ has
Method
has
src/server/web/public/terminal.js:5620–5622 ·
view source on GitHub ↗
(e3)
Source
from the content-addressed store, hash-verified
5618
return
this._entries.set(e3, t3), i3;
5619
}
5620
forEach(e3) {
5621
for
(
const
[t3, i3] of this._entries.entries()) e3(t3, i3);
5622
}
5623
has(e3) {
5624
return
this._entries.has(e3);
5625
}
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
no outgoing calls
Tested by
no test coverage detected