MCPcopy 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
996func (s *socketMount) Accept() (net.Conn, error) {
997 return s.listener.Accept()
998}
999
1000// Close stops the mount from listening for any more connections
1001func (s *socketMount) Close() error {

Callers 2

serveSocketMountMethod · 0.80
TestWaitCommandFlagsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestWaitCommandFlagsFunction · 0.64