MCPcopy Create free account
hub / github.com/araddon/qlbridge / Run

Method Run

exec/executor.go:388–390  ·  view source on GitHub ↗

Run this task

()

Source from the content-addressed store, hash-verified

386
387// Run this task
388func (m *JobExecutor) Run() error {
389 return m.RootTask.Run()
390}
391
392// Close the normal close of root task
393func (m *JobExecutor) Close() error {

Callers

nothing calls this directly

Calls 1

RunMethod · 0.65

Tested by

no test coverage detected