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

Method warmUp

src/server/web/public/terminal.js:7620–7622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7618 }
7619 dispose() {
7620 for (const e3 of this.pages) e3.canvas.remove();
7621 this._onAddTextureAtlasCanvas.dispose();
7622 }
7623 warmUp() {
7624 this._didWarmUp || (this._doWarmUp(), this._didWarmUp = true);
7625 }

Callers 2

_refreshCharAtlasMethod · 0.80
_refreshCharAtlasMethod · 0.80

Calls 1

_doWarmUpMethod · 0.95

Tested by

no test coverage detected