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

Method registerCharacterJoiner

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

Source from the content-addressed store, hash-verified

660 return this._linkProviderService.registerLinkProvider(e3);
661 }
662 registerCharacterJoiner(e3) {
663 if (!this._characterJoinerService) throw new Error("Terminal must be opened first");
664 const t3 = this._characterJoinerService.register(e3);
665 return this.refresh(0, this.rows - 1), t3;
666 }
667 deregisterCharacterJoiner(e3) {
668 if (!this._characterJoinerService) throw new Error("Terminal must be opened first");
669 this._characterJoinerService.deregister(e3) && this.refresh(0, this.rows - 1);

Callers 1

Calls 2

refreshMethod · 0.95
registerMethod · 0.45

Tested by

no test coverage detected