MCPcopy Create free account
hub / github.com/docker/compose / validateSocketPath

Function validateSocketPath

internal/memnet/conn_windows.go:30–33  ·  view source on GitHub ↗
(addr string)

Source from the content-addressed store, hash-verified

28}
29
30func validateSocketPath(addr string) error {
31 // AF_UNIX sockets do not have strict path limits on Windows
32 return nil
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected