MCPcopy 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
992func (s *socketMount) Addr() net.Addr {
993 return s.listener.Addr()
994}
995
996func (s *socketMount) Accept() (net.Conn, error) {
997 return s.listener.Accept()

Callers 3

NewClientFunction · 0.80
TestWaitCommandFlagsFunction · 0.80
TestShutdownCommandFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestWaitCommandFlagsFunction · 0.64
TestShutdownCommandFunction · 0.64