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

Method DeleteServiceInstanceCallCount

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

Source from the content-addressed store, hash-verified

7144}
7145
7146func (fake *FakeActor) DeleteServiceInstanceCallCount() int {
7147 fake.deleteServiceInstanceMutex.RLock()
7148 defer fake.deleteServiceInstanceMutex.RUnlock()
7149 return len(fake.deleteServiceInstanceArgsForCall)
7150}
7151
7152func (fake *FakeActor) DeleteServiceInstanceCalls(stub func(string, string) (chan v7action.PollJobEvent, v7action.Warnings, error)) {
7153 fake.deleteServiceInstanceMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected