Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
function
orchestrate() {
18
setup();
19
console.log(
"started"
);
20
this.validate();
21
}
22
const
dispatch = (event: string) => {
23
emit(event);
24
logger.info(event);
Callers
nothing calls this directly
Calls
3
log
Method · 0.80
setup
Function · 0.70
validate
Method · 0.45
Tested by
no test coverage detected