reflect.Type.String
standard libraryThe 511th most-called standard-library method by production calls. Called 1,848 times across 330 modules; 1,543 of those run outside tests and generated code.
- prod calls
- 1,543
- non-test, non-generated
- all calls
- 1,848
- total callsites
- modules
- 330
- distinct callers
- in loop
- 23%
- of prod calls
- in tests
- 15%
- 280 calls
- resolved
- 1%
- 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 →
- Embedded method1%Reached through an embedded type.
- Interface method99%Called through an interface. The runtime target may differ.
who calls this
Notable callers
Production calls into Type.String from notable Go projects. Open one on the map to see what else it hammers.
- Grafana 47 3%
- Kubernetes 44 3%
- Go (golang.org/x) 23 1%
- Harbor 21 1%
- HashiCorp 20 1%
where it's called
Callsites in the wild
12 representative callsites of 1,848, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
cilium/hive @v1.0.4
in loop -
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
miekg/dns @v0.6.90
cmd/atomdns/internal/generate/types.go:33
in loop - in loop
-
docker/docker @v28.5.2+incompatible
in loop -
entgo.io/ent @v0.14.6
schema/field/field.go:1527
in loop -
AdamKorcz/go-118-fuzz-build @v0.0.0-20250520111509-a70c2aa677fa
in loop -
BurntSushi/toml @v1.6.0
in loop -
FloatTech/sqlite @v1.7.2
in loop - in loop
-
GoogleCloudPlatform/terraformer @v0.0.0-20260316201050-1807affdde9e
in loop
top callers
The modules that reach for it
The modules that call Type.String most in this snapshot.
- github.com/IBM/go-sdk-core/v4764%
- github.com/gogf/gf/v2744%
- github.com/IBM/go-sdk-core/v3543%
- github.com/temporalio/temporal342%
- go.temporal.io/server342%
siblings
More from reflect
The other most-called members in this package. See all →