bytes.Buffer.ReadByte
standard libraryThe 5469th most-called standard-library method by production calls. Called 118 times across 34 modules; 108 of those run outside tests and generated code.
- prod calls
- 108
- non-test, non-generated
- all calls
- 118
- total callsites
- modules
- 34
- distinct callers
- in loop
- 47%
- of prod calls
- in tests
- 4%
- 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 →
- Concrete method97%A method on a value whose type is known exactly.
- Embedded method3%Reached through an embedded type.
who calls this
Notable callers
Production calls into Buffer.ReadByte from notable Go projects. Open one on the map to see what else it hammers.
- Cilium 7 6%
- Grafana 3 3%
- Kubernetes 2 2%
where it's called
Callsites in the wild
12 representative callsites of 118, prioritizing in-loop and non-test usage. We link to source, never display it.
-
denverdino/aliyungo @v0.0.0-20230411124812-ab98a9173ace
in loop -
gdamore/tcell @v1.4.1
in loop -
go-delve/delve @v1.27.1
in loop -
google/gvisor @v0.0.0-20260805052044-b67f1412986c
in loop - in loop
-
jackc/pgx @v3.6.2+incompatible
in loop - in loop
- in loop
-
mmcdole/gofeed @v1.4.0
in loop -
polaris1119/The-Golang-Standard-Library-by-Example @v0.0.0-20220306145052-c466fcc58c28
in loop -
sagernet/gvisor @v0.0.0-20260727.0-sing-box-mod.1
in loop - in loop
top callers
The modules that reach for it
The modules that call Buffer.ReadByte most in this snapshot.
- github.com/go-delve/delve2017%
- github.com/hybridgroup/gobot1210%
- gobot.io/x/gobot1210%
- github.com/gdamore/tcell87%
- github.com/vishvananda/netlink87%
siblings
More from bytes
The other most-called members in this package. See all →