MCPcopy Index your code
hub / github.com/anomalyco/opencode / send

Method send

packages/opencode/test/plugin/openai-ws.test.ts:56–56  ·  view source on GitHub ↗
(_data: string, _callback: (error?: Error) => void)

Source from the content-addressed store, hash-verified

54 test("enforces websocket send idle timeout", async () => {
55 const socket = new (class extends EventEmitter {
56 send(_data: string, _callback: (error?: Error) => void) {}
57 })() as unknown as WebSocket
58 const invalid: string[] = []
59 const response = OpenAIWebSocket.streamResponsesWebSocket({

Callers 15

fetchMethod · 0.45
publishMethod · 0.45
index.tsFile · 0.45
registerIpcHandlersFunction · 0.45
sendMenuCommandFunction · 0.45
sendDeepLinksFunction · 0.45
setPinchZoomEnabledFunction · 0.45
updateZoomFunction · 0.45
registerWslIpcHandlersFunction · 0.45
fromWebSocketFunction · 0.45
sendFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected