MCPcopy Create free account
hub / github.com/encodeous/nylon / UAPIDial

Function UAPIDial

polyamide/ipc/uapi_unix.go:68–71  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

66}
67
68func UAPIDial(name string) (net.Conn, error) {
69 socketPath := sockPath(name)
70 return net.Dial("unix", socketPath)
71}

Callers 2

SendIPCRequestFunction · 0.92
SendIPCStreamFunction · 0.92

Calls 2

sockPathFunction · 0.85
DialMethod · 0.80

Tested by

no test coverage detected