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

Method _removeDecoration

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

Source from the content-addressed store, hash-verified

980 "right" === (e3.options.anchor || "left") ? t3.style.right = i3 ? i3 * this._renderService.dimensions.css.cell.width + "px" : "" : t3.style.left = i3 ? i3 * this._renderService.dimensions.css.cell.width + "px" : "";
981 }
982 _removeDecoration(e3) {
983 var _a;
984 (_a = this._decorationElements.get(e3)) == null ? void 0 : _a.remove(), this._decorationElements.delete(e3), e3.dispose();
985 }
986 };
987 t2.BufferDecorationRenderer = h = s2([r(1, a.IBufferService), r(2, n.ICoreBrowserService), r(3, a.IDecorationService), r(4, n.IRenderService)], h);
988 }, 5871: (e2, t2) => {

Callers 1

constructorMethod · 0.80

Calls 3

getMethod · 0.65
deleteMethod · 0.65
disposeMethod · 0.65

Tested by

no test coverage detected