Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
func
(*fakeDialer) Close() error {
51
return
nil
52
}
53
54
func
(f *fakeDialer) dialAttempts() int {
55
f.mu.Lock()
Callers
6
TestClientInitialization
Function · 0.45
TestClientLimitsMaxConnections
Function · 0.45
TestClientCloseWaitsForActiveConnections
Function · 0.45
TestClientClosesCleanly
Function · 0.45
TestClosesWithError
Function · 0.45
TestClientConnCount
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected