Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ handle
Method
handle
src/runtime/server.ts:59–61 ·
view source on GitHub ↗
(request, response)
Source
from the content-addressed store, hash-verified
57
}
58
59
handle(request, response) {
60
this.server.handleHttpRequest(request, response);
61
}
62
63
send(json) {
64
// there's nothing for this to do.
Callers
1
createExpressApp
Function · 0.80
Calls
1
handleHttpRequest
Method · 0.80
Tested by
no test coverage detected