sort.Reverse
standard libraryThe 2126th most-called standard-library function by production calls. Called 308 times across 101 modules; 285 of those run outside tests and generated code.
- prod calls
- 285
- non-test, non-generated
- all calls
- 308
- total callsites
- modules
- 101
- 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 16 6%
- CockroachDB 12 4%
- Grafana 9 3%
where it's called
Callsites in the wild
12 representative callsites of 308, 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.1
in loop - in loop
- in loop
-
halfrost/LeetCode-Go @v0.0.0-20260629203155-e761c5e54b54
in loop - in loop
- in loop
-
v1/gonum @v0.17.0
lapack/testlapack/dlasq1.go:84
in loop - in loop
- in loop
-
helm/helm @v2.17.0+incompatible
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 →