sync/atomic.Uint32.Store
standard libraryThe 2990th most-called standard-library method by production calls. Called 262 times across 58 modules; 198 of those run outside tests and generated code.
- prod calls
- 198
- non-test, non-generated
- all calls
- 262
- total callsites
- modules
- 58
- distinct callers
- in loop
- 9%
- of prod calls
- in tests
- 24%
- 64 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 Uint32.Store from notable Go projects. Open one on the map to see what else it hammers.
- CockroachDB 8 4%
- Dgraph 8 4%
- NATS 8 4%
- Tailscale 8 4%
- VictoriaMetrics 8 4%
where it's called
Callsites in the wild
12 representative callsites of 262, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
dgraph-io/badger/v4 @v4.9.6
in loop - in loop
- in loop
-
superfly/ltx @v0.5.2
in loop - in loop
-
nats-io/nats.go @v1.52.0
in loop -
prometheus/prometheus @v0.313.2
in loop - in loop
- in loop
-
redis/go-redis/v9 @v9.22.0
in loop
top callers
The modules that reach for it
The modules that call Uint32.Store most in this snapshot.
- github.com/redis/go-redis/v9197%
- github.com/sagernet/tailscale135%
- github.com/tailscale/tailscale135%
- tailscale.com135%
- github.com/nats-io/nats.go125%
siblings
More from sync/atomic
The other most-called members in this package. See all →