Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ open
Method
open
packages/opencode/test/lib/websocket.ts:34–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
open() {
35
this.readyState = FakeWebSocket.OPEN
36
this.emit(
"open"
, {})
37
}
38
39
message(data: unknown) {
40
this.emit(
"message"
, { data })
Callers
15
PaymentSection
Function · 0.80
json
Function · 0.80
Prompt
Function · 0.80
submitInner
Function · 0.80
read-filesystem.ts
File · 0.80
client.test.ts
File · 0.80
editor-context.test.tsx
File · 0.80
lsp.ts
File · 0.80
read.ts
File · 0.80
openLink
Function · 0.80
focusPreviousControl
Function · 0.80
PromptProjectSelector
Function · 0.80
Calls
1
emit
Method · 0.95
Tested by
1
createTerminal
Function · 0.64