MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / exec

Function exec

daemon/src/service/async_task_service/index.ts:45–47  ·  view source on GitHub ↗
(_: Instance, __: any)

Source from the content-addressed store, hash-verified

43 }
44
45 public async exec(_: Instance, __: any) {
46 return this.start();
47 }
48
49 public async stop() {
50 if (this._status === AsyncTask.STATUS_STOP) return Promise.resolve();

Callers

nothing calls this directly

Calls 1

startMethod · 0.65

Tested by

no test coverage detected