Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ forEach
Method
forEach
src/server/web/public/terminal.js:5617–5619 ·
view source on GitHub ↗
(e3)
Source
from the content-addressed store, hash-verified
5615
}
5616
set(e3, t3) {
5617
const
i3 = this._entries.get(e3);
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
}
Callers
15
submitMessage
Method · 0.80
run
Function · 0.80
mapToolResultToToolResultBlockParam
Function · 0.80
buildNestedTree
Function · 0.80
ValidationErrorsList
Function · 0.80
renderBorderLine
Function · 0.80
renderVerticalFormat
Function · 0.80
MarkdownTable
Function · 0.80
groupLogsBySessionId
Function · 0.80
PermissionRuleList
Function · 0.80
useMultiSelectState
Function · 0.80
Select
Function · 0.80
Calls
2
e3
Class · 0.85
entries
Method · 0.80
Tested by
no test coverage detected