MCPcopy Create free account
hub / github.com/codeaashu/claude-code / get

Method get

src/server/web/public/terminal.js:3548–3550  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

3546 this._data[e3] || (this._data[e3] = {}), this._data[e3][t3] = i3;
3547 }
3548 get(e3, t3) {
3549 return this._data[e3] ? this._data[e3][t3] : void 0;
3550 }
3551 clear() {
3552 this._data = {};
3553 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected