MCPcopy Create free account
hub / github.com/ZingerLittleBee/ServerBee / simulateMessage

Method simulateMessage

apps/web/src/lib/ws-client.test.ts:24–26  ·  view source on GitHub ↗
(data: unknown)

Source from the content-addressed store, hash-verified

22 }
23
24 simulateMessage(data: unknown) {
25 this.onmessage?.({ data: JSON.stringify(data) })
26 }
27
28 simulateClose() {
29 this.onclose?.()

Callers 1

ws-client.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected