sync/atomic.Int32.Add
standard libraryThe 944th most-called standard-library method by production calls. Called 2,500 times across 199 modules; 697 of those run outside tests and generated code.
- prod calls
- 697
- non-test, non-generated
- all calls
- 2,500
- total callsites
- modules
- 199
- distinct callers
- in loop
- 17%
- of prod calls
- in tests
- 72%
- 1,803 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.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Int32.Add from notable Go projects. Open one on the map to see what else it hammers.
- CockroachDB 35 5%
- VictoriaMetrics 35 5%
- Kubernetes 32 5%
- gRPC 30 4%
- Dgraph 18 3%
where it's called
Callsites in the wild
12 representative callsites of 2,500, 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 -
AlexxIT/go2rtc @v1.9.14
in loop - in loop
- in loop
- in loop
-
fish2018/pansou @v0.0.0-20260614140555-de1fcb7311c7
in loop - in loop
-
junegunn/fzf @v0.74.2
in loop - in loop
-
metacubex/utls @v1.8.7
in loop
top callers
The modules that reach for it
The modules that call Int32.Add most in this snapshot.
- github.com/wneessen/go-mail1476%
- github.com/dapr/dapr1426%
- github.com/weaviate/weaviate1054%
- github.com/redis/go-redis/v9964%
- github.com/temporalio/temporal703%
siblings
More from sync/atomic
The other most-called members in this package. See all →