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

Method DialTimeoutCallCount

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

Source from the content-addressed store, hash-verified

1445}
1446
1447func (fake *FakeConfig) DialTimeoutCallCount() int {
1448 fake.dialTimeoutMutex.RLock()
1449 defer fake.dialTimeoutMutex.RUnlock()
1450 return len(fake.dialTimeoutArgsForCall)
1451}
1452
1453func (fake *FakeConfig) DialTimeoutCalls(stub func() time.Duration) {
1454 fake.dialTimeoutMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected