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

Method onData

src/server/web/public/terminal.js:5964–5966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5962 return this._core.onBinary;
5963 }
5964 get onCursorMove() {
5965 return this._core.onCursorMove;
5966 }
5967 get onData() {
5968 return this._core.onData;
5969 }

Callers 5

WebSocketTransportClass · 0.80
handleSSEFrameMethod · 0.80
initTerminalFunction · 0.80
wirePtyEventsMethod · 0.80
initTerminalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected