MCPcopy
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
36export = BaseExecutor

Callers 1

runMethod · 0.80

Calls 2

initMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected