container/heap.Remove
standard libraryThe 6878th most-called standard-library function by production calls. Called 90 times across 45 modules; 87 of those run outside tests and generated code.
4% in production calls vs 2026-W37 (91 → 87)
- prod calls
- 87
- non-test, non-generated
- all calls
- 90
- total callsites
- modules
- 45
- distinct callers
- in loop
- 29%
- of prod calls
- in tests
- 3%
- 3 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 Remove from notable Go projects. Open one on the map to see what else it hammers.
- CockroachDB 11 13%
- Kubernetes 11 13%
- Cilium 5 6%
- Grafana 5 6%
- Nomad 4 5%
where it's called
Callsites in the wild
12 representative callsites of 90, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop - in loop
-
docker/libnetwork @v0.5.6
in loop - in loop
- in loop
- in loop
-
tylertreat/BoomFilters @v0.0.0-20251117164519-53813c36cc1b
in loop - in loop
-
grafana/mimir @v1.10.0
in loop -
istio.io/istio @v0.0.0-20260921104621-5b6314c52361
pkg/test/loadbalancersim/timer/queue.go:153
in loop -
k8s.io/kubernetes @v1.37.0
pkg/controller/nodelifecycle/scheduler/rate_limited_queue.go:113
in loop - in loop
top callers
The modules that reach for it
The modules that call Remove most in this snapshot.
- github.com/cockroachdb/cockroach78%
- github.com/ethereum/go-ethereum78%
- github.com/kubernetes/kubernetes56%
- github.com/cilium/cilium44%
- github.com/cockroachdb/pebble/v244%
siblings
More from container/heap
The other most-called functions in this package. See all →