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

Method get

src/server/web/public/terminal.js:2378–2380  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

2376 this._length = e3;
2377 }
2378 get(e3) {
2379 return this._array[this._getCyclicIndex(e3)];
2380 }
2381 set(e3, t3) {
2382 this._array[this._getCyclicIndex(e3)] = t3;
2383 }

Callers 1

shiftElementsMethod · 0.95

Calls 2

_getCyclicIndexMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected