MCPcopy
hub / github.com/nats-io/nats.go / Dial

Method Dial

test/ws_test.go:362–364  ·  view source on GitHub ↗
(network, address string)

Source from the content-addressed store, hash-verified

360}
361
362func (sd *testSkipTLSDialer) Dial(network, address string) (net.Conn, error) {
363 return sd.dialer.Dial(network, address)
364}
365
366func (sd *testSkipTLSDialer) SkipTLSHandshake() bool {
367 return sd.skipTLS

Callers

nothing calls this directly

Calls 1

DialMethod · 0.65

Tested by

no test coverage detected