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

Method setAtlas

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

Source from the content-addressed store, hash-verified

6901 }
6902 t3.bindBuffer(t3.ARRAY_BUFFER, this._attributesBuffer), t3.bufferData(t3.ARRAY_BUFFER, i3.subarray(0, s3), t3.STREAM_DRAW);
6903 for (let e4 = 0; e4 < this._atlas.pages.length; e4++) this._atlas.pages[e4].version !== this._atlasTextures[e4].version && this._bindAtlasPageTexture(t3, this._atlas, e4);
6904 t3.drawElementsInstanced(t3.TRIANGLE_STRIP, 4, t3.UNSIGNED_BYTE, 0, s3 / h);
6905 }
6906 setAtlas(e3) {
6907 this._atlas = e3;
6908 for (const e4 of this._atlasTextures) e4.version = -1;
6909 }

Callers 1

_refreshCharAtlasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected