MCPcopy
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

submitMessageMethod · 0.80
runFunction · 0.80
buildNestedTreeFunction · 0.80
ValidationErrorsListFunction · 0.80
renderBorderLineFunction · 0.80
renderVerticalFormatFunction · 0.80
MarkdownTableFunction · 0.80
groupLogsBySessionIdFunction · 0.80
PermissionRuleListFunction · 0.80
useMultiSelectStateFunction · 0.80
SelectFunction · 0.80

Calls 2

e3Class · 0.85
entriesMethod · 0.80

Tested by

no test coverage detected