Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/witheve/Eve
/ close
Method
close
src/runtime/runtime.ts:283–287 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
281
}
282
283
close() {
284
for
(
let
database of this.databases) {
285
database.unregister(this);
286
}
287
}
288
}
Callers
3
makeEvaluation
Function · 0.45
handleEvent
Function · 0.45
initWebsocket
Function · 0.45
Calls
1
unregister
Method · 0.45
Tested by
no test coverage detected