MCPcopy
hub / github.com/opentrace/opentrace / setup

Function setup

tests/fixtures/typescript/extraction/mixed.ts:22–25  ·  view source on GitHub ↗
(opts: Options)

Source from the content-addressed store, hash-verified

20 }
21}
22function setup(opts: Options) {
23 init(opts);
24 db.connect();
25}
26const run = () => {
27 execute();
28};

Callers 1

orchestrateFunction · 0.70

Calls 1

initFunction · 0.50

Tested by

no test coverage detected