context.WithCancelCause
standard libraryThe 1828th most-called standard-library function by production calls. Called 536 times across 69 modules; 336 of those run outside tests and generated code.
- prod calls
- 336
- non-test, non-generated
- all calls
- 536
- total callsites
- modules
- 69
- distinct callers
- in loop
- 4%
- of prod calls
- in tests
- 37%
- 200 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 →
- Package function100%A direct call to an exported package function, resolved by type.
who calls this
Notable callers
Production calls into WithCancelCause from notable Go projects. Open one on the map to see what else it hammers.
- Docker 61 18%
- Kubernetes 43 13%
- Grafana 18 5%
- MinIO 5 1%
- Gitea 4 1%
where it's called
Callsites in the wild
12 representative callsites of 536, prioritizing in-loop and non-test usage. We link to source, never display it.
-
moby/buildkit @v0.32.2
in loop - in loop
- in loop
- in loop
-
minio/minio @v0.0.0-20260212201848-7aac2a2c5b7c
in loop -
grafana/dskit @v0.0.0-20260804161922-ca94e9ff1c22
in loop -
moby/buildkit @v0.32.2
in loop - in loop
- in loop
- in loop
- in loop
- in loop
top callers
The modules that reach for it
The modules that call WithCancelCause most in this snapshot.
- github.com/dagger/dagger7815%
- github.com/moby/buildkit7614%
- github.com/kubernetes/kubernetes6512%
- github.com/kubernetes/client-go346%
- k8s.io/client-go346%
siblings
More from context
The other most-called functions in this package. See all →