MCPcopy 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
37func (res *TaskResult) GetAfterTasks() []task.Task {
38 return res.afterTasks
39}
40
41func (res *TaskResult) AddHeadTasks(t ...task.Task) {
42 if res.headTasks == nil {

Callers 2

processOneMethod · 0.80
ProcessResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected