reflect.Value.Call
standard libraryThe 1429th most-called standard-library method by production calls. Called 609 times across 198 modules; 428 of those run outside tests and generated code.
- prod calls
- 428
- non-test, non-generated
- all calls
- 609
- total callsites
- modules
- 198
- distinct callers
- in loop
- 21%
- of prod calls
- in tests
- 30%
- 180 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.
who calls this
Notable callers
Production calls into Value.Call from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 33 8%
- Uber Go 24 6%
- Hugo 8 2%
- Protocol Buffers 8 2%
- Traefik 5 1%
where it's called
Callsites in the wild
12 representative callsites of 609, prioritizing in-loop and non-test usage. We link to source, never display it.
-
docker/docker @v28.5.2+incompatible
in loop - in loop
-
IBM-Cloud/bluemix-go @v0.0.0-20260624064701-576d2f801297
in loop -
Mrs4s/MiraiGo @v0.0.0-20240226124653-54bdd873e3fe
in loop - in loop
-
ardanlabs/gotraining @v0.0.0-20260512011504-4ae5a46bfc66
in loop -
expr-lang/expr @v1.17.8
in loop - in loop
-
go-quicktest/qt @v1.102.0
in loop -
go-rod/rod @v0.116.2
in loop -
golang/go @v0.0.0-20260805010601-5d7583fe1f94
in loop - in loop
top callers
The modules that reach for it
The modules that call Value.Call most in this snapshot.
- github.com/therecipe/qt234%
- github.com/cadence-workflow/cadence173%
- github.com/uber/cadence173%
- go.uber.org/thriftrw173%
- github.com/thoas/go-funk163%
siblings
More from reflect
The other most-called members in this package. See all →