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

Method clearCsiHandler

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

Source from the content-addressed store, hash-verified

4907 return s3.push(t3), { dispose: () => {
4908 const e4 = s3.indexOf(t3);
4909 -1 !== e4 && s3.splice(e4, 1);
4910 } };
4911 }
4912 clearCsiHandler(e3) {
4913 this._csiHandlers[this._identifier(e3)] && delete this._csiHandlers[this._identifier(e3)];
4914 }

Callers

nothing calls this directly

Calls 1

_identifierMethod · 0.95

Tested by

no test coverage detected