MCPcopy
hub / github.com/audreyt/ethercalc / send

Method send

packages/client/test/mock-ws.ts:36–38  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

34 }
35
36 send(data: string): void {
37 this.sent.push(data);
38 }
39
40 close(code?: number, reason?: string): void {
41 this.readyState = MockWebSocket.CLOSED;

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected