Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoogleCloudPlatform/cloud-sql-proxy
/ Addr
Method
Addr
internal/proxy/proxy.go:992–994 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
990
}
991
992
func
(s *socketMount) Addr() net.Addr {
993
return
s.listener.Addr()
994
}
995
996
func
(s *socketMount) Accept() (net.Conn, error) {
997
return
s.listener.Accept()
Callers
3
NewClient
Function · 0.80
TestWaitCommandFlags
Function · 0.80
TestShutdownCommand
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestWaitCommandFlags
Function · 0.64
TestShutdownCommand
Function · 0.64