MCPcopy
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
100func (a Application) Started() bool {
101 return a.State == constant.ApplicationStarted
102}
103
104func (a Application) Stopped() bool {
105 return a.State == constant.ApplicationStopped

Callers 4

ExecuteMethod · 0.80
ExecuteMethod · 0.80
StartAppMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected