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

Method setCell

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

Source from the content-addressed store, hash-verified

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 }
4110 setCellFromCodepoint(e3, t3, i3, s3) {
4111 268435456 & s3.bg && (this._extendedAttrs[e3] = s3.extended), this._data[3 * e3 + 0] = t3 | i3 << 22, this._data[3 * e3 + 1] = s3.fg, this._data[3 * e3 + 2] = s3.bg;
4112 }

Callers 8

constructorMethod · 0.95
insertCellsMethod · 0.95
deleteCellsMethod · 0.95
replaceCellsMethod · 0.95
resizeMethod · 0.95
fillMethod · 0.95
_reflowSmallerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected