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

Method clearAllMarkers

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

Source from the content-addressed store, hash-verified

4035 this._isClearing = false;
4036 }
4037 clearAllMarkers() {
4038 this._isClearing = true;
4039 for (let e3 = 0; e3 < this.markers.length; e3++) this.markers[e3].dispose(), this.markers.splice(e3--, 1);
4040 this._isClearing = false;
4041 }
4042 addMarker(e3) {
4043 const t3 = new l.Marker(e3);
4044 return this.markers.push(t3), t3.register(this.lines.onTrim(((e4) => {

Callers 2

clearMethod · 0.80
activateNormalBufferMethod · 0.80

Calls 2

spliceMethod · 0.80
disposeMethod · 0.65

Tested by

no test coverage detected