sort.Reverse
standard libraryThe 2166th most-called standard-library function by production calls. Called 307 times across 100 modules; 284 of those run outside tests and generated code.
0% in production calls vs 2026-W37 (285 → 284)
- prod calls
- 284
- non-test, non-generated
- all calls
- 307
- total callsites
- modules
- 100
- distinct callers
- in loop
- 12%
- of prod calls
- in tests
- 7%
- 23 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 Reverse from notable Go projects. Open one on the map to see what else it hammers.
- InfluxDB 60 21%
- NATS 19 7%
- Kubernetes 14 5%
- CockroachDB 12 4%
- Grafana 9 3%
where it's called
Callsites in the wild
12 representative callsites of 307, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
CodisLabs/codis @v0.0.0-20181104082235-de1ad026e329
in loop -
IBM/sarama @v1.60.2
in loop - in loop
- in loop
- in loop
-
halfrost/LeetCode-Go @v0.0.0-20260629203155-e761c5e54b54
in loop -
ollama/ollama @v0.34.2
in loop - in loop
-
v1/gonum @v0.17.0
lapack/testlapack/dlasq1.go:84
in loop - in loop
- in loop
top callers
The modules that reach for it
The modules that call Reverse most in this snapshot.
- github.com/influxdata/influxdb6421%
- github.com/cockroachdb/cockroach176%
- github.com/ethereum/go-ethereum103%
- github.com/nats-io/nats-server/v2103%
- github.com/kubernetes/kubernetes93%
siblings
More from sort
The other most-called functions in this package. See all →