MCPcopy Create free account
hub / github.com/codeaashu/claude-code / registerOscHandler

Method registerOscHandler

src/server/web/public/terminal.js:2830–2832  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

2828 return this._parser.registerEscHandler(e3, t3);
2829 }
2830 registerOscHandler(e3, t3) {
2831 return this._parser.registerOscHandler(e3, new g.OscHandler(t3));
2832 }
2833 bell() {
2834 return this._onRequestBell.fire(), true;
2835 }

Callers

nothing calls this directly

Calls 1

registerOscHandlerMethod · 0.45

Tested by

no test coverage detected