MCPcopy
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

makeLogEntryReaderFunction · 0.45
getTimestampedHistoryFunction · 0.45
getCommandsFunction · 0.45
isBridgeSafeCommandFunction · 0.45
getToolsFunction · 0.45
submitMessageMethod · 0.45
runFunction · 0.45
isSymlinkCreatingCommandFunction · 0.45
isClmAllowedTypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected