MCPcopy
hub / github.com/chrislusf/glow / ContextRunner

Interface ContextRunner

flow/context_run.go:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type ContextRunner interface {
29 Run(*FlowContext)
30 IsDriverMode() bool
31 IsDriverPlotMode() bool
32 Plot(*FlowContext)
33}
34
35type TaskRunner interface {
36 Run(fc *FlowContext)

Callers 4

ReadyFunction · 0.65
RunMethod · 0.65
ReadyFunction · 0.65
ReadyFunction · 0.65

Implementers 1

FlowContextDriverdriver/context_driver.go

Calls

no outgoing calls

Tested by

no test coverage detected