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

Method updateCell

src/server/web/public/terminal.js:6871–6873  ·  view source on GitHub ↗
(e3, t3, i3, s3, r2, o2, n2, a2, h2)

Source from the content-addressed store, hash-verified

6869 h2.enable(h2.BLEND), h2.blendFunc(h2.SRC_ALPHA, h2.ONE_MINUS_SRC_ALPHA), this.handleResize();
6870 }
6871 beginFrame() {
6872 return !this._atlas || this._atlas.beginFrame();
6873 }
6874 updateCell(e3, t3, i3, s3, r2, o2, n2, a2, h2) {
6875 this._updateCell(this._vertices.attributes, e3, t3, i3, s3, r2, o2, n2, a2, h2);
6876 }

Callers 1

_updateModelMethod · 0.80

Calls 1

_updateCellMethod · 0.95

Tested by

no test coverage detected