MCPcopy Create free account
hub / github.com/Noumena-Network/code / send

Method send

src/remote/appServer/client.test.ts:62–64  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

60 }
61
62 send(value: unknown): void {
63 this.ws.send(JSON.stringify(value))
64 }
65}
66
67async function startFakeServer(

Callers 7

sendControlResponseMethod · 0.45
sendControlRequestMethod · 0.45
openMethod · 0.45
initializeMethod · 0.45
sendMessageMethod · 0.45
expectInitializeFunction · 0.45
client.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected