Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
WebSocketTransport
Class · 0.80
handleSSEFrame
Method · 0.80
initTerminal
Function · 0.80
wirePtyEvents
Method · 0.80
initTerminal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected