Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
type
ContextRunner
interface
{
29
Run(*FlowContext)
30
IsDriverMode() bool
31
IsDriverPlotMode() bool
32
Plot(*FlowContext)
33
}
34
35
type
TaskRunner
interface
{
36
Run(fc *FlowContext)
Callers
4
Ready
Function · 0.65
Run
Method · 0.65
Ready
Function · 0.65
Ready
Function · 0.65
Implementers
1
FlowContextDriver
driver/context_driver.go
Calls
no outgoing calls
Tested by
no test coverage detected