bytes.Buffer.Read
standard libraryThe 3545th most-called standard-library method by production calls. Called 260 times across 126 modules; 167 of those run outside tests and generated code.
- prod calls
- 167
- non-test, non-generated
- all calls
- 260
- total callsites
- modules
- 126
- distinct callers
- in loop
- 22%
- of prod calls
- in tests
- 36%
- 93 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 method99%A method on a value whose type is known exactly.
- Embedded method1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Buffer.Read from notable Go projects. Open one on the map to see what else it hammers.
- Docker 9 5%
- gRPC 4 2%
- Tailscale 3 2%
- CockroachDB 2 1%
- Dgraph 2 1%
where it's called
Callsites in the wild
12 representative callsites of 260, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop - in loop
- in loop
- in loop
-
charmbracelet/charm @v0.12.6
in loop - in loop
- in loop
- in loop
-
denverdino/aliyungo @v0.0.0-20230411124812-ab98a9173ace
in loop -
elastic/beats @v6.8.23+incompatible
in loop -
go-delve/delve @v1.27.1
in loop -
google/gvisor @v0.0.0-20260805052044-b67f1412986c
in loop
top callers
The modules that reach for it
The modules that call Buffer.Read most in this snapshot.
- github.com/elastic/beats145%
- github.com/clbanning/mxj/v2104%
- github.com/aws/aws-sdk-go73%
- github.com/google/gvisor73%
- github.com/u-root/u-root73%
siblings
More from bytes
The other most-called members in this package. See all →