MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / withUnixSocket

Function withUnixSocket

internal/proxy/proxy_other.go:165–168  ·  view source on GitHub ↗
(c Config, tmpDir string)

Source from the content-addressed store, hash-verified

163}
164
165func withUnixSocket(c Config, tmpDir string) *Config {
166 c.UnixSocket = tmpDir
167 return &c
168}
169
170func (c *Client) serveFuse(ctx context.Context, notify func()) error {
171 srv, err := fs.Mount(c.fuseDir, c, &fs.Options{

Callers 1

LookupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected