Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoogleCloudPlatform/cloud-sql-proxy
/ Accept
Method
Accept
internal/proxy/proxy.go:996–998 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
994
}
995
996
func
(s *socketMount) Accept() (net.Conn, error) {
997
return
s.listener.Accept()
998
}
999
1000
// Close stops the mount from listening for any more connections
1001
func
(s *socketMount) Close() error {
Callers
2
serveSocketMount
Method · 0.80
TestWaitCommandFlags
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestWaitCommandFlags
Function · 0.64