(state swarm.TaskState)
| 65 | } |
| 66 | |
| 67 | func terminalState(state swarm.TaskState) bool { |
| 68 | return numberedStates[state] > numberedStates[swarm.TaskStateRunning] |
| 69 | } |
| 70 | |
| 71 | // ServiceProgress outputs progress information for convergence of a service. |
| 72 | // |
no outgoing calls
no test coverage detected
searching dependent graphs…