sync/atomic.Uint64.Store
standard libraryThe 2422nd most-called standard-library method by production calls. Called 337 times across 53 modules; 249 of those run outside tests and generated code.
- prod calls
- 249
- non-test, non-generated
- all calls
- 337
- total callsites
- modules
- 53
- distinct callers
- in loop
- 16%
- of prod calls
- in tests
- 26%
- 88 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 method99%A method on a value whose type is known exactly.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Uint64.Store from notable Go projects. Open one on the map to see what else it hammers.
- VictoriaMetrics 75 30%
- CockroachDB 17 7%
- Dgraph 12 5%
- OpenTelemetry 12 5%
- Cilium 11 4%
where it's called
Callsites in the wild
12 representative callsites of 337, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
dgraph-io/badger/v4 @v4.9.6
in loop - in loop
-
pion/ice/v4 @v4.4.0
in loop - in loop
-
golang.zx2c4.com/wireguard @v0.0.0-20260522210424-ecfc5a8d5446
device/send.go:358
in loop -
minio/minio @v0.0.0-20260212201848-7aac2a2c5b7c
in loop -
otel/sdk/metric @v1.45.0
internal/aggregate/histogram.go:68
in loop - in loop
- in loop
- in loop
-
dgraph-io/badger/v4 @v4.9.6
in loop
top callers
The modules that reach for it
The modules that call Uint64.Store most in this snapshot.
- github.com/ethereum/go-ethereum5316%
- github.com/VictoriaMetrics/VictoriaMetrics4614%
- github.com/VictoriaMetrics/VictoriaLogs4212%
- github.com/weaviate/weaviate185%
- github.com/cockroachdb/pebble/v2175%
siblings
More from sync/atomic
The other most-called members in this package. See all →