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

Method _doWarmUp

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

Source from the content-addressed store, hash-verified

7621 this._onAddTextureAtlasCanvas.dispose();
7622 }
7623 warmUp() {
7624 this._didWarmUp || (this._doWarmUp(), this._didWarmUp = true);
7625 }
7626 _doWarmUp() {
7627 const e3 = new l.IdleTaskQueue();
7628 for (let t3 = 33; t3 < 126; t3++) e3.enqueue((() => {
7629 if (!this._cacheMap.get(t3, d.DEFAULT_COLOR, d.DEFAULT_COLOR, d.DEFAULT_EXT)) {
7630 const e4 = this._drawToCache(t3, d.DEFAULT_COLOR, d.DEFAULT_COLOR, d.DEFAULT_EXT);
7631 this._cacheMap.set(t3, d.DEFAULT_COLOR, d.DEFAULT_COLOR, d.DEFAULT_EXT, e4);
7632 }
7633 }));
7634 }

Callers 1

warmUpMethod · 0.95

Calls 4

_drawToCacheMethod · 0.95
getMethod · 0.65
enqueueMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected