MCPcopy
hub / github.com/codeaashu/claude-code / add

Method add

src/server/web/public/terminal.js:4819–4821  ·  view source on GitHub ↗
(e3, t3, i3, s3)

Source from the content-addressed store, hash-verified

4817 this.table = new Uint8Array(e3);
4818 }
4819 setDefault(e3, t3) {
4820 this.table.fill(e3 << 4 | t3);
4821 }
4822 add(e3, t3, i3, s3) {
4823 this.table[t3 << 8 | e3] = i3 << 4 | s3;
4824 }

Callers 15

getTimestampedHistoryFunction · 0.45
removeLastFromHistoryFunction · 0.45
addToTotalSessionCostFunction · 0.45
runFunction · 0.45
callFunction · 0.45
callInnerFunction · 0.45
callFunction · 0.45
trackGitOperationsFunction · 0.45
resolveAgentToolsFunction · 0.45
resolveAgentOverridesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected