Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onMessage
Method · 0.80
Tested by
no test coverage detected