MCPcopy Index your code
hub / github.com/codeaashu/claude-code / unregister

Method unregister

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

Source from the content-addressed store, hash-verified

3510 return this._disposables.push(e3), e3;
3511 }
3512 unregister(e3) {
3513 const t3 = this._disposables.indexOf(e3);
3514 -1 !== t3 && this._disposables.splice(t3, 1);
3515 }
3516 }, t2.MutableDisposable = class {
3517 constructor() {
3518 this._isDisposed = false;

Callers 1

unregisterEscHotkeyFunction · 0.80

Calls 1

spliceMethod · 0.80

Tested by

no test coverage detected