reflect.Value.Convert
standard libraryThe 935th most-called standard-library method by production calls. Called 823 times across 143 modules; 711 of those run outside tests and generated code.
1% in production calls vs 2026-W37 (707 → 711)
- prod calls
- 711
- non-test, non-generated
- all calls
- 823
- total callsites
- modules
- 143
- distinct callers
- in loop
- 16%
- of prod calls
- in tests
- 12%
- 101 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 Value.Convert from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 47 7%
- HashiCorp 21 3%
- Protocol Buffers 14 2%
- Hugo 11 2%
- Tailscale 5 <1%
where it's called
Callsites in the wild
12 representative callsites of 823, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
-
caarlos0/env/v11 @v11.4.1
in loop - in loop
-
davecgh/go-spew @v1.1.1
in loop -
dop251/goja @v0.0.0-20260917113740-793a2a65c13b
in loop - in loop
top callers
The modules that reach for it
The modules that call Value.Convert most in this snapshot.
- github.com/baidubce/bce-sdk-go526%
- go.mongodb.org/mongo-driver385%
- github.com/expr-lang/expr374%
- github.com/stretchr/testify364%
- github.com/xorm-io/xorm354%
siblings
More from reflect
The other most-called members in this package. See all →