MCPcopy
hub / github.com/opentrace/opentrace / orchestrate

Function orchestrate

tests/fixtures/typescript/extraction/calls.ts:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 */
16
17function orchestrate() {
18 setup();
19 console.log("started");
20 this.validate();
21}
22const dispatch = (event: string) => {
23 emit(event);
24 logger.info(event);

Callers

nothing calls this directly

Calls 3

logMethod · 0.80
setupFunction · 0.70
validateMethod · 0.45

Tested by

no test coverage detected