net.Listener.Accept
standard libraryThe 1101st most-called standard-library method by production calls. Called 1,611 times across 299 modules; 585 of those run outside tests and generated code.
- prod calls
- 585
- non-test, non-generated
- all calls
- 1,611
- total callsites
- modules
- 299
- distinct callers
- in loop
- 75%
- of prod calls
- in tests
- 64%
- 1,026 calls
- resolved
- 1%
- 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 method<1%Reached through an embedded type.
- Interface method99%Called through an interface. The runtime target may differ.
who calls this
Notable callers
Production calls into Listener.Accept from notable Go projects. Open one on the map to see what else it hammers.
- gRPC 24 4%
- Kubernetes 22 4%
- Tailscale 18 3%
- VictoriaMetrics 12 2%
- etcd 9 2%
where it's called
Callsites in the wild
12 representative callsites of 1,611, prioritizing in-loop and non-test usage. We link to source, never display it.
-
caddyserver/certmagic @v0.25.4
in loop - in loop
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
miekg/dns @v0.6.90
server.go:248
in loop - in loop
-
containerd/ttrpc @v1.2.9
in loop - in loop
- in loop
-
encr.dev @v1.57.13
cli/daemon/sqldb/proxy.go:25
in loop -
etcd/client/pkg/v3 @v3.7.1
transport/listener_tls.go:132
in loop - in loop
- in loop
top callers
The modules that reach for it
The modules that call Listener.Accept most in this snapshot.
- google.golang.org/grpc724%
- github.com/grpc/grpc-go684%
- tailscale.com654%
- github.com/sagernet/tailscale604%
- github.com/tailscale/tailscale604%
siblings
More from net
The other most-called members in this package. See all →