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

Method registerCharacterJoiner

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

Source from the content-addressed store, hash-verified

6061 this._core.attachCustomWheelEventHandler(e3);
6062 }
6063 registerLinkProvider(e3) {
6064 return this._core.registerLinkProvider(e3);
6065 }
6066 registerCharacterJoiner(e3) {
6067 return this._checkProposedApi(), this._core.registerCharacterJoiner(e3);
6068 }

Callers

nothing calls this directly

Calls 2

_checkProposedApiMethod · 0.95

Tested by

no test coverage detected