Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ Started
Method
Started
resources/application_resource.go:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
func
(a Application) Started() bool {
101
return
a.State == constant.ApplicationStarted
102
}
103
104
func
(a Application) Stopped() bool {
105
return
a.State == constant.ApplicationStopped
Callers
4
Execute
Method · 0.80
Execute
Method · 0.80
StartApp
Method · 0.80
GetSecureShellConfigurationByApplicationNameSpaceProcessTypeAndIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected