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

Method CreateOrgRoleCallCount

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

Source from the content-addressed store, hash-verified

5097}
5098
5099func (fake *FakeActor) CreateOrgRoleCallCount() int {
5100 fake.createOrgRoleMutex.RLock()
5101 defer fake.createOrgRoleMutex.RUnlock()
5102 return len(fake.createOrgRoleArgsForCall)
5103}
5104
5105func (fake *FakeActor) CreateOrgRoleCalls(stub func(constanta.RoleType, string, string, string, bool) (v7action.Warnings, error)) {
5106 fake.createOrgRoleMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected