Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
104
func
(a Application) Stopped() bool {
105
return
a.State == constant.ApplicationStopped
106
}
107
108
func
(a Application) hasAutodetectedBuildpack() bool {
109
if
len(a.LifecycleBuildpacks) == 0 {
Callers
2
Execute
Method · 0.80
Execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected