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

Function ShouldRestart

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected