MCPcopy
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

PaymentSectionFunction · 0.80
jsonFunction · 0.80
PromptFunction · 0.80
submitInnerFunction · 0.80
read-filesystem.tsFile · 0.80
client.test.tsFile · 0.80
lsp.tsFile · 0.80
read.tsFile · 0.80
openLinkFunction · 0.80
focusPreviousControlFunction · 0.80
PromptProjectSelectorFunction · 0.80

Calls 1

emitMethod · 0.95

Tested by 1

createTerminalFunction · 0.64