MCPcopy
hub / github.com/shadow1ng/fscan / Dial

Method Dial

common/proxy/manager.go:306–308  ·  view source on GitHub ↗
(network, address string)

Source from the content-addressed store, hash-verified

304}
305
306func (s *socks5Dialer) Dial(network, address string) (net.Conn, error) {
307 return s.DialContext(context.Background(), network, address)
308}
309
310func (s *socks5Dialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) {
311 start := time.Now()

Callers

nothing calls this directly

Calls 1

DialContextMethod · 0.95

Tested by

no test coverage detected