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

Method loadCell

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

Source from the content-addressed store, hash-verified

4102 return 536870912 & this._data[3 * e3 + 2];
4103 }
4104 loadCell(e3, t3) {
4105 return a = 3 * e3, t3.content = this._data[a + 0], t3.fg = this._data[a + 1], t3.bg = this._data[a + 2], 2097152 & t3.content && (t3.combinedData = this._combined[e3]), 268435456 & t3.bg && (t3.extended = this._extendedAttrs[e3]), t3;
4106 }
4107 setCell(e3, t3) {
4108 2097152 & t3.content && (this._combined[e3] = t3.combinedData), 268435456 & t3.bg && (this._extendedAttrs[e3] = t3.extended), this._data[3 * e3 + 0] = t3.content, this._data[3 * e3 + 1] = t3.fg, this._data[3 * e3 + 2] = t3.bg;
4109 }

Callers 9

insertCellsMethod · 0.95
deleteCellsMethod · 0.95
provideLinksMethod · 0.80
createRowMethod · 0.80
getJoinedCharactersMethod · 0.80
_getWordAtMethod · 0.80
getCellMethod · 0.80
_updateModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected