reflect.Value.Addr
standard libraryThe 785th most-called standard-library method by production calls. Called 927 times across 232 modules; 872 of those run outside tests and generated code.
- prod calls
- 872
- non-test, non-generated
- all calls
- 927
- total callsites
- modules
- 232
- distinct callers
- in loop
- 38%
- of prod calls
- in tests
- 6%
- 55 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 method95%A method on a value whose type is known exactly.
- Embedded method5%Reached through an embedded type.
who calls this
Notable callers
Production calls into Value.Addr from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 74 8%
- Go (golang.org/x) 16 2%
- Grafana 12 1%
- Hugo 8 <1%
- HashiCorp 5 <1%
where it's called
Callsites in the wild
12 representative callsites of 927, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cilium/ebpf @v0.22.0
in loop - in loop
- in loop
- in loop
-
dario.cat/mergo @v1.0.2
map.go:92
in loop -
entgo.io/ent @v0.14.6
dialect/sql/scan.go:263
in loop - in loop
-
gitea.dev @v1.27.1
modules/setting/cron.go:25
in loop -
FloatTech/sqlite @v1.7.2
in loop - in loop
- in loop
-
SAP/go-hdb @v1.17.3
in loop
top callers
The modules that reach for it
The modules that call Value.Addr most in this snapshot.
- github.com/gogf/gf/v2303%
- gorm.io/gorm253%
- k8s.io/kube-openapi253%
- xorm.io/xorm243%
- github.com/xorm-io/xorm232%
siblings
More from reflect
The other most-called members in this package. See all →