Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/cloud-sql-proxy
/ spyDialer
Struct
spyDialer
cmd/root_test.go:1348–1351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1346
}
1347
1348
type
spyDialer
struct
{
1349
mu sync.Mutex
1350
got string
1351
}
1352
1353
func
(s *spyDialer) instance() string {
1354
s.mu.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected