Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
func
UAPIDial(name string) (net.Conn, error) {
69
socketPath := sockPath(name)
70
return
net.Dial(
"unix"
, socketPath)
71
}
Callers
2
SendIPCRequest
Function · 0.92
SendIPCStream
Function · 0.92
Calls
2
sockPath
Function · 0.85
Dial
Method · 0.80
Tested by
no test coverage detected