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

Method set

src/server/web/public/terminal.js:3559–3561  ·  view source on GitHub ↗
(e3, t3, s2, r, n)

Source from the content-addressed store, hash-verified

3557 this._data = new i2();
3558 }
3559 set(e3, t3, s2, r, n) {
3560 this._data.get(e3, t3) || this._data.set(e3, t3, new i2()), this._data.get(e3, t3).set(s2, r, n);
3561 }
3562 get(e3, t3, i3, s2) {
3563 var _a;
3564 return (_a = this._data.get(e3, t3)) == null ? void 0 : _a.get(i3, s2);

Callers 15

callFunction · 0.45
compileTermPatternsFunction · 0.45
callInnerFunction · 0.45
callFunction · 0.45
callFunction · 0.45
resolveAgentToolsFunction · 0.45
setAgentColorFunction · 0.45
getActiveAgentsFromListFunction · 0.45
resolveAgentOverridesFunction · 0.45
processProgressMessagesFunction · 0.45
extractLastToolInfoFunction · 0.45

Calls 3

getMethod · 0.65
clearMethod · 0.45
enqueueMethod · 0.45

Tested by

no test coverage detected