reflect.Type.Key
standard libraryThe 1251st most-called standard-library method by production calls. Called 521 times across 170 modules; 495 of those run outside tests and generated code.
- prod calls
- 495
- non-test, non-generated
- all calls
- 521
- total callsites
- modules
- 170
- distinct callers
- in loop
- 20%
- of prod calls
- in tests
- 5%
- 26 calls
- resolved
- 0%
- 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 →
- Interface method100%Called through an interface. The runtime target may differ.
who calls this
Notable callers
Production calls into Type.Key from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 74 15%
- Hugo 18 4%
- ClickHouse 7 1%
- Tailscale 6 1%
- Uber Go 5 1%
where it's called
Callsites in the wild
12 representative callsites of 521, prioritizing in-loop and non-test usage. We link to source, never display it.
-
AdaLogics/go-fuzz-headers @v0.0.0-20240806141605-e8a1dd7889d6
in loop -
BurntSushi/toml @v1.6.0
in loop -
alecthomas/kong @v1.16.0
in loop - in loop
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
-
go-json-experiment/json @v0.0.0-20260623181947-01eb4420fa68
in loop -
go-logr/logr @v1.4.4
in loop
top callers
The modules that reach for it
The modules that call Type.Key most in this snapshot.
- github.com/kubernetes/kubernetes285%
- k8s.io/apimachinery214%
- github.com/gohugoio/hugo173%
- github.com/parquet-go/parquet-go163%
- github.com/go-json-experiment/json143%
siblings
More from reflect
The other most-called members in this package. See all →