Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ init
Function
init
src/config.ts:19–23 ·
view source on GitHub ↗
(opts:Config)
Source
from the content-addressed store, hash-verified
17
export
var
config:Config = {};
18
19
export
function
init(opts:Config) {
20
for
(
let
key in opts) {
21
config[key] = opts[key];
22
}
23
}
Callers
2
onmessage
Function · 0.90
findSymbol
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected