(plan PushPlan)
| 33 | } |
| 34 | |
| 35 | func ShouldRestart(plan PushPlan) bool { |
| 36 | return !plan.NoStart |
| 37 | } |
| 38 | |
| 39 | func (actor Actor) GetPrepareApplicationSourceSequence(plan PushPlan) []ChangeApplicationFunc { |
| 40 | var prepareSourceSequence []ChangeApplicationFunc |
no outgoing calls
no test coverage detected