os.File.Read
standard libraryThe 1829th most-called standard-library method by production calls. Called 485 times across 213 modules; 336 of those run outside tests and generated code.
- prod calls
- 336
- non-test, non-generated
- all calls
- 485
- total callsites
- modules
- 213
- distinct callers
- in loop
- 38%
- of prod calls
- in tests
- 31%
- 149 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 method100%A method on a value whose type is known exactly.
who calls this
Notable callers
Production calls into File.Read from notable Go projects. Open one on the map to see what else it hammers.
- containerd 29 9%
- InfluxDB 10 3%
- Tailscale 7 2%
- Docker 5 1%
- TiDB 5 1%
where it's called
Callsites in the wild
12 representative callsites of 485, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop
- in loop
-
Microsoft/hcsshim @v0.14.1
in loop -
anchore/go-rpmdb @v0.2.0
in loop - in loop
- in loop
-
astaxie/beego @v1.12.3
in loop -
beego/beego @v1.12.14
in loop -
beego/beego/v2 @v2.3.10
in loop
top callers
The modules that reach for it
The modules that call File.Read most in this snapshot.
- github.com/seaweedfs/seaweedfs184%
- github.com/google/gvisor122%
- github.com/ks3sdklib/aws-sdk-go102%
- github.com/u-root/u-root102%
- github.com/influxdata/influxdb92%
siblings
More from os
The other most-called members in this package. See all →