net.Conn.SetDeadline
standard libraryThe 1323rd most-called standard-library method by production calls. Called 619 times across 143 modules; 464 of those run outside tests and generated code.
- prod calls
- 464
- non-test, non-generated
- all calls
- 619
- total callsites
- modules
- 143
- distinct callers
- in loop
- 9%
- of prod calls
- in tests
- 25%
- 155 calls
- resolved
- 2%
- 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 →
- Embedded method2%Reached through an embedded type.
- Interface method98%Called through an interface. The runtime target may differ.
who calls this
Notable callers
Production calls into Conn.SetDeadline from notable Go projects. Open one on the map to see what else it hammers.
- ClickHouse 12 3%
- Go (golang.org/x) 11 2%
- InfluxDB 11 2%
- gRPC 8 2%
- Kubernetes 8 2%
where it's called
Callsites in the wild
12 representative callsites of 619, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
DNSCrypt/dnscrypt-proxy @v0.0.0-20260801091651-c3ba78fac8a3
in loop - in loop
- in loop
-
gogs/gogs @v0.14.3
in loop -
google/gvisor @v0.0.0-20260805052044-b67f1412986c
in loop - in loop
-
lib/pq @v1.12.3
in loop - in loop
-
pion/ice/v4 @v4.4.0
in loop -
schollz/croc @v2.2.0+incompatible
in loop -
snail007/goproxy @v0.0.0-20250609063252-e6d6a821db80
in loop
top callers
The modules that reach for it
The modules that call Conn.SetDeadline most in this snapshot.
- github.com/ginuerzh/gost5910%
- github.com/shadow1ng/fscan518%
- github.com/txthinking/brook264%
- github.com/jackc/pgx/v5203%
- github.com/nats-io/nats-server/v2193%
siblings
More from net
The other most-called members in this package. See all →