encoding/binary.ReadUvarint
standard libraryThe 4196th most-called standard-library function by production calls. Called 171 times across 38 modules; 142 of those run outside tests and generated code.
- prod calls
- 142
- non-test, non-generated
- all calls
- 171
- total callsites
- modules
- 38
- distinct callers
- in loop
- 51%
- of prod calls
- in tests
- 3%
- 5 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 ReadUvarint from notable Go projects. Open one on the map to see what else it hammers.
- CockroachDB 20 14%
- Grafana 5 4%
- Dgraph 3 2%
- Go (golang.org/x) 3 2%
- TiDB 3 2%
where it's called
Callsites in the wild
12 representative callsites of 171, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
SagerNet/sing-box @v1.13.16
in loop - in loop
-
blevesearch/zap/v11 @v11.0.14
in loop -
blevesearch/zap/v12 @v12.0.14
in loop -
blevesearch/zap/v13 @v13.0.6
in loop -
blevesearch/zap/v14 @v14.0.5
in loop -
blevesearch/zap/v15 @v15.0.3
in loop -
klauspost/compress @v1.19.1
in loop - in loop
- in loop
-
sagernet/sing-box @v1.13.16
in loop
top callers
The modules that reach for it
The modules that call ReadUvarint most in this snapshot.
- golang.org/x/exp2414%
- github.com/SagerNet/sing-box2012%
- github.com/cockroachdb/pebble/v22012%
- github.com/sagernet/sing-box2012%
- github.com/blevesearch/zap/v1185%
siblings
More from encoding/binary
The other most-called functions in this package. See all →