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

Method NewTask

exec/exec.go:91–91  ·  view source on GitHub ↗
(p plan.Task)

Source from the content-addressed store, hash-verified

89 //
90 Executor interface {
91 NewTask(p plan.Task) Task
92 WalkPlan(p plan.Task) (Task, error)
93
94 // DML Statements

Callers 1

WalkChildrenMethod · 0.65

Implementers 1

JobExecutorexec/executor.go

Calls

no outgoing calls

Tested by

no test coverage detected