MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / dialAttempts

Method dialAttempts

internal/proxy/proxy_test.go:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (f *fakeDialer) dialAttempts() int {
55 f.mu.Lock()
56 defer f.mu.Unlock()
57 return f.dialCount
58}
59
60func (f *fakeDialer) engineVersionAttempts() int { //nolint:unused
61 f.mu.Lock()

Callers 4

TestFUSECheckConnectionsFunction · 0.95
TestCheckConnectionsFunction · 0.95
TestRunConnectionCheckFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected