MCPcopy Index your code
hub / github.com/witheve/Eve / send

Method send

src/runtime/browser.ts:50–54  ·  view source on GitHub ↗
(json)

Source from the content-addressed store, hash-verified

48 }
49
50 send(json) {
51 setTimeout(() => {
52 this.client.onMessage({data: json});
53 }, 0);
54 }
55
56}
57

Callers

nothing calls this directly

Calls 1

onMessageMethod · 0.80

Tested by

no test coverage detected