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

Method getWhitespaceCell

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

Source from the content-addressed store, hash-verified

3883 return e3 ? (this._nullCell.fg = e3.fg, this._nullCell.bg = e3.bg, this._nullCell.extended = e3.extended) : (this._nullCell.fg = 0, this._nullCell.bg = 0, this._nullCell.extended = new n.ExtendedAttrs()), this._nullCell;
3884 }
3885 getWhitespaceCell(e3) {
3886 return e3 ? (this._whitespaceCell.fg = e3.fg, this._whitespaceCell.bg = e3.bg, this._whitespaceCell.extended = e3.extended) : (this._whitespaceCell.fg = 0, this._whitespaceCell.bg = 0, this._whitespaceCell.extended = new n.ExtendedAttrs()), this._whitespaceCell;
3887 }
3888 getBlankLine(e3, t3) {
3889 return new o.BufferLine(this._bufferService.cols, this.getNullCell(e3), t3);
3890 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected