reflect.Type.NumMethod
standard libraryThe 3527th most-called standard-library method by production calls. Called 236 times across 88 modules; 168 of those run outside tests and generated code.
- prod calls
- 168
- non-test, non-generated
- all calls
- 236
- total callsites
- modules
- 88
- distinct callers
- in loop
- 12%
- of prod calls
- in tests
- 29%
- 68 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.NumMethod from notable Go projects. Open one on the map to see what else it hammers.
- Docker 10 6%
- Kubernetes 3 2%
- Uber Go 3 2%
- gRPC 2 1%
- Hugo 2 1%
where it's called
Callsites in the wild
12 representative callsites of 236, prioritizing in-loop and non-test usage. We link to source, never display it.
-
Mrs4s/MiraiGo @v0.0.0-20240226124653-54bdd873e3fe
in loop - in loop
- in loop
- in loop
-
ghodss/yaml @v1.0.0
in loop - in loop
- in loop
- in loop
- in loop
-
kataras/iris/v12 @v12.2.11
in loop - in loop
- in loop
top callers
The modules that reach for it
The modules that call Type.NumMethod most in this snapshot.
- github.com/temporalio/temporal188%
- go.temporal.io/server188%
- github.com/cadence-workflow/cadence115%
- github.com/uber/cadence115%
- github.com/micro/go-micro104%
siblings
More from reflect
The other most-called members in this package. See all →