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

Method pop

src/server/web/public/terminal.js:2394–2396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2392 return this._length === this._maxLength;
2393 }
2394 pop() {
2395 return this._array[this._getCyclicIndex(this._length-- - 1)];
2396 }
2397 splice(e3, t3, ...i3) {
2398 if (t3) {
2399 for (let i4 = e3; i4 < this._length - t3; i4++) this._array[this._getCyclicIndex(i4)] = this._array[this._getCyclicIndex(i4 + t3)];

Callers 15

extractBaseCommandFunction · 0.80
renderStatsToAnsiFunction · 0.80
generateSyntheticDiffFunction · 0.80
looksLikeRealHostnameFunction · 0.80
saveConfigWithLockFunction · 0.80
pushToKillRingFunction · 0.80
readIdeLockfileFunction · 0.80
ansiToSvgFunction · 0.80
execCommandHookFunction · 0.80
ansiToPngFunction · 0.80
ripGrepStreamFunction · 0.80
releasePressedFunction · 0.80

Calls 1

_getCyclicIndexMethod · 0.95

Tested by

no test coverage detected