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

Method clearEscHandler

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

Source from the content-addressed store, hash-verified

4883 return s3.push(t3), { dispose: () => {
4884 const e4 = s3.indexOf(t3);
4885 -1 !== e4 && s3.splice(e4, 1);
4886 } };
4887 }
4888 clearEscHandler(e3) {
4889 this._escHandlers[this._identifier(e3, [48, 126])] && delete this._escHandlers[this._identifier(e3, [48, 126])];
4890 }

Callers

nothing calls this directly

Calls 1

_identifierMethod · 0.95

Tested by

no test coverage detected