MCPcopy 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
1055func (tnet *Net) Dial(network, address string) (net.Conn, error) {
1056 return tnet.DialContext(context.Background(), network, address)
1057}

Callers 3

mainFunction · 0.80
UAPIOpenFunction · 0.80
UAPIDialFunction · 0.80

Calls 1

DialContextMethod · 0.95

Tested by

no test coverage detected