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

Method PurgeServiceInstanceCallCount

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

Source from the content-addressed store, hash-verified

15617}
15618
15619func (fake *FakeActor) PurgeServiceInstanceCallCount() int {
15620 fake.purgeServiceInstanceMutex.RLock()
15621 defer fake.purgeServiceInstanceMutex.RUnlock()
15622 return len(fake.purgeServiceInstanceArgsForCall)
15623}
15624
15625func (fake *FakeActor) PurgeServiceInstanceCalls(stub func(string, string) (v7action.Warnings, error)) {
15626 fake.purgeServiceInstanceMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected