Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mcuadros/ofelia
/ Start
Method
Start
core/common.go:63–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(c *Context) Start() {
64
c.Execution.Start()
65
c.Job.NotifyStart()
66
}
67
68
func
(c *Context) Next() error {
69
if
err := c.doNext(); err != nil || c.executed {
Callers
14
TestContextNextError
Method · 0.95
TestContextNextNested
Method · 0.95
TestContextNextNestedError
Method · 0.95
TestContextNextContinueOnStop
Method · 0.95
TestContextNext
Method · 0.95
start
Method · 0.45
TestRunSuccess
Method · 0.45
TestRunSuccessFailed
Method · 0.45
TestRunSuccessOnError
Method · 0.45
TestRunOverlap
Method · 0.45
TestRunSuccess
Method · 0.45
TestRunSuccessOnError
Method · 0.45
Calls
1
NotifyStart
Method · 0.65
Tested by
13
TestContextNextError
Method · 0.76
TestContextNextNested
Method · 0.76
TestContextNextNestedError
Method · 0.76
TestContextNextContinueOnStop
Method · 0.76
TestContextNext
Method · 0.76
TestRunSuccess
Method · 0.36
TestRunSuccessFailed
Method · 0.36
TestRunSuccessOnError
Method · 0.36
TestRunOverlap
Method · 0.36
TestRunSuccess
Method · 0.36
TestRunSuccessOnError
Method · 0.36
TestSensitiveData
Method · 0.36