MCPcopy
hub / github.com/cloudfoundry/cli / Stopped

Method Stopped

resources/application_resource.go:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (a Application) Stopped() bool {
105 return a.State == constant.ApplicationStopped
106}
107
108func (a Application) hasAutodetectedBuildpack() bool {
109 if len(a.LifecycleBuildpacks) == 0 {

Callers 2

ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected