MCPcopy Create free account
hub / github.com/tinyplex/tinybase /

Class

test/unit/synchronizers/synchronizer-ws-server.test.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16const {createWsSynchronizer} = WsClient;
17
18class MockWebSocket {
19 OPEN = 1;
20 readyState = this.OPEN;
21 sentPayloads: string[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected