MCPcopy Create free account
hub / github.com/cloudfoundry/cli / ShouldSetDroplet

Function ShouldSetDroplet

actor/v7pushaction/sequence.go:31–33  ·  view source on GitHub ↗
(plan PushPlan)

Source from the content-addressed store, hash-verified

29}
30
31func ShouldSetDroplet(plan PushPlan) bool {
32 return !plan.NoStart || plan.DropletPath != ""
33}
34
35func ShouldRestart(plan PushPlan) bool {
36 return !plan.NoStart

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected