MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getKeyIterator

Method getKeyIterator

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

Source from the content-addressed store, hash-verified

3600 return false;
3601 }
3602 *getKeyIterator(e3) {
3603 if (0 !== this._array.length && (i2 = this._search(e3), !(i2 < 0 || i2 >= this._array.length) && this._getKey(this._array[i2]) === e3)) do {
3604 yield this._array[i2];
3605 } while (++i2 < this._array.length && this._getKey(this._array[i2]) === e3);
3606 }
3607 forEachByKey(e3, t3) {
3608 if (0 !== this._array.length && (i2 = this._search(e3), !(i2 < 0 || i2 >= this._array.length) && this._getKey(this._array[i2]) === e3)) do {
3609 t3(this._array[i2]);

Callers 1

getDecorationsAtCellMethod · 0.80

Calls 1

_searchMethod · 0.80

Tested by

no test coverage detected