os.Pipe
standard libraryThe 2551st most-called standard-library function by production calls. Called 813 times across 181 modules; 235 of those run outside tests and generated code.
- prod calls
- 235
- non-test, non-generated
- all calls
- 813
- total callsites
- modules
- 181
- distinct callers
- in loop
- 3%
- of prod calls
- in tests
- 71%
- 578 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 Pipe from notable Go projects. Open one on the map to see what else it hammers.
- containerd 27 11%
- Docker 7 3%
- HashiCorp 6 3%
- Tailscale 6 3%
- Kubernetes 4 2%
where it's called
Callsites in the wild
12 representative callsites of 813, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop test
-
cockroachdb/cockroach @v19.2.12+incompatible
in loop test -
89luca89/distrobox @v0.0.0-20260802152358-d34399f3da78
pkg/containermanager/providers/podman_internal_test.go:706 ↗
in loop test - in loop test
- in loop test
- in loop test
top callers
The modules that reach for it
The modules that call Pipe most in this snapshot.
- github.com/gastownhall/gastown445%
- github.com/steveyegge/gastown445%
- github.com/opencontainers/runc385%
- github.com/gastownhall/beads334%
- github.com/steveyegge/beads334%
siblings
More from os
The other most-called functions in this package. See all →