(plan PushPlan)
| 13 | } |
| 14 | |
| 15 | func ShouldCreateDroplet(plan PushPlan) bool { |
| 16 | return plan.DropletPath != "" |
| 17 | } |
| 18 | |
| 19 | func ShouldStagePackage(plan PushPlan) bool { |
| 20 | return !plan.NoStart && plan.DropletPath == "" |
no outgoing calls
no test coverage detected