Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/crawlab-team/artipub
/ start
Method
start
backend/lib/BaseExecutor.ts:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
async
start() {
31
await
this.init()
32
await
this.run()
33
}
34
}
35
36
export
= BaseExecutor
Callers
1
run
Method · 0.80
Calls
2
init
Method · 0.95
run
Method · 0.95
Tested by
no test coverage detected