MCPcopy Index your code
hub / github.com/docker/cli / socketName

Function socketName

cli-plugins/socket/socket_abstract.go:5–9  ·  view source on GitHub ↗
(basename string)

Source from the content-addressed store, hash-verified

3package socket
4
5func socketName(basename string) string {
6 // Address of an abstract socket -- this socket can be opened by name,
7 // but is not present in the filesystem.
8 return "@" + basename
9}

Callers 1

NewPluginServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…