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

Method register

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

Source from the content-addressed store, hash-verified

3507 this._disposables.length = 0;
3508 }
3509 register(e3) {
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);

Callers 15

createMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
_initGlobalMethod · 0.45
_bindKeysMethod · 0.45
openMethod · 0.45
bindMouseMethod · 0.45
constructorMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected