MCPcopy
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

17export var config:Config = {};
18
19export function init(opts:Config) {
20 for(let key in opts) {
21 config[key] = opts[key];
22 }
23}

Callers 2

onmessageFunction · 0.90
findSymbolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected