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

Method TargetCallCount

command/commandfakes/fake_config.go:3365–3369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3363}
3364
3365func (fake *FakeConfig) TargetCallCount() int {
3366 fake.targetMutex.RLock()
3367 defer fake.targetMutex.RUnlock()
3368 return len(fake.targetArgsForCall)
3369}
3370
3371func (fake *FakeConfig) TargetCalls(stub func() string) {
3372 fake.targetMutex.Lock()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected