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

Method _getCyclicIndex

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

Source from the content-addressed store, hash-verified

2421 }
2422 }
2423 _getCyclicIndex(e3) {
2424 return (this._startIndex + e3) % this._maxLength;
2425 }
2426 }
2427 t2.CircularList = n;
2428 }, 1439: (e2, t2) => {

Callers 7

maxLengthMethod · 0.95
getMethod · 0.95
setMethod · 0.95
pushMethod · 0.95
recycleMethod · 0.95
popMethod · 0.95
spliceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected