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

Method _fullRefresh

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

Source from the content-addressed store, hash-verified

1949 return this._renderDebouncer.addRefreshCallback(e3);
1950 }
1951 _fullRefresh() {
1952 this._isPaused ? this._needsFullRefresh = true : this.refreshRows(0, this._rowCount - 1);
1953 }
1954 clearTextureAtlas() {
1955 var _a, _b;
1956 this._renderer.value && ((_b = (_a = this._renderer.value).clearTextureAtlas) == null ? void 0 : _b.call(_a), this._fullRefresh());

Callers 4

constructorMethod · 0.80
setRendererMethod · 0.80
clearTextureAtlasMethod · 0.80
handleResizeMethod · 0.80

Calls 1

refreshRowsMethod · 0.80

Tested by

no test coverage detected