crypto/tls.Conn.Handshake
standard libraryThe 5402nd most-called standard-library method by production calls. Called 282 times across 83 modules; 109 of those run outside tests and generated code.
- prod calls
- 109
- non-test, non-generated
- all calls
- 282
- total callsites
- modules
- 83
- distinct callers
- in loop
- 6%
- of prod calls
- in tests
- 61%
- 173 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Concrete method99%A method on a value whose type is known exactly.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Conn.Handshake from notable Go projects. Open one on the map to see what else it hammers.
where it's called
Callsites in the wild
12 representative callsites of 282, prioritizing in-loop and non-test usage. We link to source, never display it.
-
encr.dev @v1.57.13
pkg/pgproxy/pgproxy.go:401
in loop -
etcd/client/pkg/v3 @v3.7.1
transport/listener_tls.go:153
in loop - in loop
-
encoredev/encore @v1.57.13
in loop - in loop
- in loop
- in loop test
- in loop test
-
jackc/pgx/v5 @v5.10.0
in loop test - in loop test
- in loop test
- in loop test
top callers
The modules that reach for it
The modules that call Conn.Handshake most in this snapshot.
- github.com/hashicorp/consul2810%
- github.com/nats-io/nats-server/v2217%
- github.com/traefik/traefik/v3166%
- github.com/grpc/grpc-go155%
- google.golang.org/grpc155%
siblings
More from crypto/tls
The other most-called members in this package. See all →