github.com/stretchr/testify/mock.Mock.On
third-partyThe 6288th most-called third-party method by production calls. Called 9,867 times across 86 modules; 94 of those run outside tests and generated code.
All of github.com/stretchr/testify/mock → Docs on pkg.go.dev ↗
- prod calls
- 94
- non-test, non-generated
- all calls
- 9,867
- total callsites
- modules
- 86
- distinct callers
- in loop
- 11%
- of prod calls
- in tests
- 72%
- 7,084 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 method29%A method on a value whose type is known exactly.
- Embedded method71%Reached through an embedded type.
who calls this
Notable callers
Production calls into Mock.On from notable Go projects. Open one on the map to see what else it hammers.
where it's called
Callsites in the wild
12 representative callsites of 9,867, 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
- in loop
- in loop
- in loop
- in loop test
-
entgo.io/ent @v0.14.6
dialect/gremlin/ocgremlin/client_test.go:46
in loop test
top callers
The modules that reach for it
The modules that call Mock.On most in this snapshot.
- github.com/weaviate/weaviate2,25923%
- github.com/uber/cadence1,51115%
- github.com/hashicorp/consul6467%
- github.com/jaegertracing/jaeger5526%
- github.com/cadence-workflow/cadence4414%
siblings
More from github.com/stretchr/testify/mock
The other most-called members in this package. See all →