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

Method WalkExecSource

exec/exec.go:123–123  ·  view source on GitHub ↗

WalkExecSource given our plan, turn that into a Task.

(p *plan.Source)

Source from the content-addressed store, hash-verified

121 ExecutorSource interface {
122 // WalkExecSource given our plan, turn that into a Task.
123 WalkExecSource(p *plan.Source) (Task, error)
124 }
125)

Callers 2

WalkSourceMethod · 0.65
WalkSourceExecMethod · 0.65

Implementers 1

FilePagerdatasource/files/filepager.go

Calls

no outgoing calls

Tested by

no test coverage detected