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

Method Close

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

Source from the content-addressed store, hash-verified

48}
49
50func (*fakeDialer) Close() error {
51 return nil
52}
53
54func (f *fakeDialer) dialAttempts() int {
55 f.mu.Lock()

Callers 6

TestClientInitializationFunction · 0.45
TestClientClosesCleanlyFunction · 0.45
TestClosesWithErrorFunction · 0.45
TestClientConnCountFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected