MCPcopy
hub / github.com/cloudfoundry/cli / GetUserCallCount

Method GetUserCallCount

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

Source from the content-addressed store, hash-verified

14614}
14615
14616func (fake *FakeActor) GetUserCallCount() int {
14617 fake.getUserMutex.RLock()
14618 defer fake.getUserMutex.RUnlock()
14619 return len(fake.getUserArgsForCall)
14620}
14621
14622func (fake *FakeActor) GetUserCalls(stub func(string, string) (resources.User, error)) {
14623 fake.getUserMutex.Lock()

Calls

no outgoing calls

Tested by

no test coverage detected