Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ Dial
Method
Dial
polyamide/tun/netstack/tun.go:1055–1057 ·
view source on GitHub ↗
(network, address string)
Source
from the content-addressed store, hash-verified
1053
}
1054
1055
func
(tnet *Net) Dial(network, address string) (net.Conn, error) {
1056
return
tnet.DialContext(context.Background(), network, address)
1057
}
Callers
3
main
Function · 0.80
UAPIOpen
Function · 0.80
UAPIDial
Function · 0.80
Calls
1
DialContext
Method · 0.95
Tested by
no test coverage detected