Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flant/shell-operator
/ GetAfterTasks
Method
GetAfterTasks
pkg/task/queue/task_result.go:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
(res *TaskResult) GetAfterTasks() []task.Task {
38
return
res.afterTasks
39
}
40
41
func
(res *TaskResult) AddHeadTasks(t ...task.Task) {
42
if
res.headTasks == nil {
Callers
2
processOne
Method · 0.80
ProcessResult
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected