MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _renderDecoration

Method _renderDecoration

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

Source from the content-addressed store, hash-verified

955 this._dimensionsChanged = false;
956 }
957 _renderDecoration(e3) {
958 this._refreshStyle(e3), this._dimensionsChanged && this._refreshXPosition(e3);
959 }
960 _createElement(e3) {
961 var _a;
962 const t3 = this._coreBrowserService.mainDocument.createElement("div");

Callers 1

_doRefreshDecorationsMethod · 0.80

Calls 2

_refreshStyleMethod · 0.80
_refreshXPositionMethod · 0.80

Tested by

no test coverage detected