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

Method _queueRefresh

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

Source from the content-addressed store, hash-verified

946 })));
947 }
948 _queueRefresh() {
949 void 0 === this._animationFrame && (this._animationFrame = this._renderService.addRefreshCallback((() => {
950 this._doRefreshDecorations(), this._animationFrame = void 0;
951 })));
952 }
953 _doRefreshDecorations() {
954 for (const e3 of this._decorationService.decorations) this._renderDecoration(e3);
955 this._dimensionsChanged = false;

Calls 3

addRefreshCallbackMethod · 0.80
_doRefreshDecorationsMethod · 0.80
_refreshDecorationsMethod · 0.80

Tested by

no test coverage detected