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

Method SkipSSLValidationCallCount

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

Source from the content-addressed store, hash-verified

3204}
3205
3206func (fake *FakeConfig) SkipSSLValidationCallCount() int {
3207 fake.skipSSLValidationMutex.RLock()
3208 defer fake.skipSSLValidationMutex.RUnlock()
3209 return len(fake.skipSSLValidationArgsForCall)
3210}
3211
3212func (fake *FakeConfig) SkipSSLValidationCalls(stub func() bool) {
3213 fake.skipSSLValidationMutex.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected