Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/siteboon/claudecodeui
/ send
Function
send
server/opencode-cli.test.js:53–55 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
51
userId: null,
52
sessionId: null,
53
send(message) {
54
messages.push(message);
55
},
56
setSessionId(sessionId) {
57
this.sessionId = sessionId;
58
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected