Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ Dial
Method
Dial
example_test.go:53–55 · example_test.go::skipTLSDialer.Dial
(network, address string)
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(sd *skipTLSDialer) Dial(network, address string) (net.Conn, error) {
54
return
sd.dialer.Dial(network, address)
55
}
56
57
func
(sd *skipTLSDialer) SkipTLSHandshake() bool {
58
return
sd.skipTLS
Callers
nothing calls this directly
Implementers
2
skipTLSDialer
example_test.go
testSkipTLSDialer
test/ws_test.go
Calls
1
Dial
Method · 0.65
Tested by
no test coverage detected