encoding/binary.ByteOrder.PutUint32
standard libraryThe 3103rd most-called standard-library method by production calls. Called 263 times across 23 modules; 190 of those run outside tests and generated code.
- prod calls
- 190
- non-test, non-generated
- all calls
- 263
- total callsites
- modules
- 23
- distinct callers
- in loop
- 15%
- of prod calls
- in tests
- 28%
- 73 calls
- resolved
- 0%
- 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 →
- Interface method100%Called through an interface. The runtime target may differ.
who calls this
Notable callers
Production calls into ByteOrder.PutUint32 from notable Go projects. Open one on the map to see what else it hammers.
- Go (golang.org/x) 54 28%
- Cilium 6 3%
- InfluxDB 3 2%
where it's called
Callsites in the wild
12 representative callsites of 263, prioritizing in-loop and non-test usage. We link to source, never display it.
-
Binject/debug @v0.0.0-20260128230015-4e22595eaac6
in loop - in loop
-
bytedance/sonic/loader @v0.5.2
moduledata.go:124
in loop - in loop
- in loop
- in loop
-
x/tools @v0.48.0
cmd/splitdwarf/internal/macho/file.go:281
in loop -
Binject/debug @v0.0.0-20260128230015-4e22595eaac6
in loop -
bytedance/sonic/loader @v0.5.2
moduledata.go:125
in loop - in loop
- in loop
-
x/tools @v0.48.0
cmd/splitdwarf/internal/macho/file.go:282
in loop
top callers
The modules that reach for it
The modules that call ByteOrder.PutUint32 most in this snapshot.
- github.com/vishvananda/netlink13953%
- golang.org/x/tools5421%
- github.com/Binject/debug114%
- github.com/twitchyliquid64/golang-asm83%
- github.com/cilium/ebpf62%
siblings
More from encoding/binary
The other most-called members in this package. See all →