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

Method _removeMarker

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

Source from the content-addressed store, hash-verified

4050 }))), t3.register(t3.onDispose((() => this._removeMarker(t3)))), t3;
4051 }
4052 _removeMarker(e3) {
4053 this._isClearing || this.markers.splice(this.markers.indexOf(e3), 1);
4054 }
4055 };
4056 }, 8437: (e2, t2, i2) => {
4057 Object.defineProperty(t2, "__esModule", { value: true }), t2.BufferLine = t2.DEFAULT_ATTR_DATA = void 0;

Callers 1

addMarkerMethod · 0.80

Calls 1

spliceMethod · 0.80

Tested by

no test coverage detected