MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getCell

Method getCell

src/server/web/public/terminal.js:5294–5296  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

5292 return this._line.isWrapped;
5293 }
5294 get length() {
5295 return this._line.length;
5296 }
5297 getCell(e3, t3) {
5298 if (!(e3 < 0 || e3 >= this._line.length)) return t3 ? (this._line.loadCell(e3, t3), t3) : this._line.loadCell(e3, new s2.CellData());
5299 }

Callers 4

_mapStrIdxMethod · 0.80

Calls 1

loadCellMethod · 0.80

Tested by

no test coverage detected