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

Method translateToString

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

Source from the content-addressed store, hash-verified

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 }
5300 translateToString(e3, t3, i3) {
5301 return this._line.translateToString(e3, t3, i3);
5302 }

Callers 8

_renderRowsMethod · 0.45
getBufferElementsMethod · 0.45
createRowMethod · 0.45
getJoinedCharactersMethod · 0.45
_updateModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected