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

Method GetServiceAccessCallCount

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

Source from the content-addressed store, hash-verified

12591}
12592
12593func (fake *FakeActor) GetServiceAccessCallCount() int {
12594 fake.getServiceAccessMutex.RLock()
12595 defer fake.getServiceAccessMutex.RUnlock()
12596 return len(fake.getServiceAccessArgsForCall)
12597}
12598
12599func (fake *FakeActor) GetServiceAccessCalls(stub func(string, string, string) ([]v7action.ServicePlanAccess, v7action.Warnings, error)) {
12600 fake.getServiceAccessMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected