net.ParseIP
standard libraryThe 378th most-called standard-library function by production calls. Called 7,353 times across 398 modules; 2,301 of those run outside tests and generated code.
- prod calls
- 2,301
- non-test, non-generated
- all calls
- 7,353
- total callsites
- modules
- 398
- distinct callers
- in loop
- 23%
- of prod calls
- in tests
- 69%
- 5,043 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 →
- Package function100%A direct call to an exported package function, resolved by type.
who calls this
Notable callers
Production calls into ParseIP from notable Go projects. Open one on the map to see what else it hammers.
- Docker 173 8%
- Kubernetes 166 7%
- Cilium 71 3%
- Consul 45 2%
- Istio 36 2%
where it's called
Callsites in the wild
12 representative callsites of 7,353, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
-
cilium/cilium @v1.20.0
in loop -
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
miekg/dns @v0.6.90
cmd/atomdns/internal/localaddr/localaddr.go:13
in loop - in loop
- in loop
- in loop
- in loop
- in loop
-
etcd-io/etcd @v2.3.8+incompatible
in loop
top callers
The modules that reach for it
The modules that call ParseIP most in this snapshot.
- github.com/cilium/cilium5538%
- github.com/osrg/gobgp/v32764%
- github.com/u-root/u-root2403%
- github.com/hashicorp/consul1843%
- github.com/netbirdio/netbird1612%
siblings
More from net
The other most-called functions in this package. See all →