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

Method GetSecurityGroupsCallCount

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

Source from the content-addressed store, hash-verified

12529}
12530
12531func (fake *FakeActor) GetSecurityGroupsCallCount() int {
12532 fake.getSecurityGroupsMutex.RLock()
12533 defer fake.getSecurityGroupsMutex.RUnlock()
12534 return len(fake.getSecurityGroupsArgsForCall)
12535}
12536
12537func (fake *FakeActor) GetSecurityGroupsCalls(stub func() ([]v7action.SecurityGroupSummary, v7action.Warnings, error)) {
12538 fake.getSecurityGroupsMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected