sync/atomic.StoreUint32
standard libraryThe 1597th most-called standard-library function by production calls. Called 492 times across 130 modules; 382 of those run outside tests and generated code.
- prod calls
- 382
- non-test, non-generated
- all calls
- 492
- total callsites
- modules
- 130
- distinct callers
- in loop
- 10%
- of prod calls
- in tests
- 22%
- 110 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 StoreUint32 from notable Go projects. Open one on the map to see what else it hammers.
- Vault 34 9%
- Kubernetes 18 5%
- gRPC 14 4%
- CockroachDB 12 3%
- Dgraph 12 3%
where it's called
Callsites in the wild
12 representative callsites of 492, 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
-
go-redis/redis @v6.15.9+incompatible
in loop - in loop
-
gofiber/fiber/v2 @v2.52.14
in loop -
google/gvisor @v0.0.0-20260805052044-b67f1412986c
in loop - in loop
- in loop
- in loop
-
redis/go-redis @v6.15.9+incompatible
in loop - in loop
top callers
The modules that reach for it
The modules that call StoreUint32 most in this snapshot.
- github.com/zeromicro/go-zero398%
- github.com/hashicorp/vault275%
- github.com/cockroachdb/cockroach255%
- github.com/google/gvisor214%
- github.com/syndtr/goleveldb204%
siblings
More from sync/atomic
The other most-called functions in this package. See all →