Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
maxLength
Method · 0.95
get
Method · 0.95
set
Method · 0.95
push
Method · 0.95
recycle
Method · 0.95
pop
Method · 0.95
splice
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected