MCPcopy Index your code
hub / github.com/cloudfoundry/cli / StartApplicationCallCount

Method StartApplicationCallCount

command/v7/v7fakes/fake_actor.go:17533–17537  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17531}
17532
17533func (fake *FakeActor) StartApplicationCallCount() int {
17534 fake.startApplicationMutex.RLock()
17535 defer fake.startApplicationMutex.RUnlock()
17536 return len(fake.startApplicationArgsForCall)
17537}
17538
17539func (fake *FakeActor) StartApplicationCalls(stub func(string) (v7action.Warnings, error)) {
17540 fake.startApplicationMutex.Lock()

Callers 2

app_stager_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected