net/http.NotFoundHandler
standard libraryThe 6939th most-called standard-library function by production calls. Called 223 times across 59 modules; 85 of those run outside tests and generated code.
- prod calls
- 85
- non-test, non-generated
- all calls
- 223
- total callsites
- modules
- 59
- distinct callers
- in loop
- 4%
- of prod calls
- in tests
- 62%
- 138 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 NotFoundHandler from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 7 8%
- Traefik 7 8%
- Grafana 5 6%
- Argo 2 2%
- Cortex 1 1%
where it's called
Callsites in the wild
12 representative callsites of 223, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop test
- in loop test
- in loop test
-
-
GoesToEleven/GolangTraining @v0.0.0-20230828175525-f9a4f6cf3939
27_code-in-process/99_svcc/37_sessions_cookie_log-in-out/main.go:11 ↗
-
XTLS/Xray-core @v1.260327.0
-
-
gorilla/mux @v1.8.1
-
top callers
The modules that reach for it
The modules that call NotFoundHandler most in this snapshot.
- github.com/GoesToEleven/GolangTraining5324%
- github.com/influxdata/telegraf5324%
- github.com/navidrome/navidrome125%
- github.com/zeromicro/go-zero94%
- github.com/netbirdio/netbird84%
siblings
More from net/http
The other most-called functions in this package. See all →