path/filepath.SplitList
standard libraryThe 4683rd most-called standard-library function by production calls. Called 142 times across 87 modules; 126 of those run outside tests and generated code.
- prod calls
- 126
- non-test, non-generated
- all calls
- 142
- total callsites
- modules
- 87
- distinct callers
- in loop
- 4%
- of prod calls
- in tests
- 11%
- 16 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 SplitList from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 12 10%
- containerd 8 6%
- Go (golang.org/x) 7 6%
- Helm 6 5%
- Nomad 3 2%
where it's called
Callsites in the wild
12 representative callsites of 142, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
golang/dep @v0.5.4
in loop -
google/pprof @v0.0.0-20260802141513-ef3492d7dac3
in loop -
jetify-com/devbox @v0.0.0-20260805034207-9f08bf57c802
in loop -
therecipe/qt @v0.0.0-20200904063919-c0c124a5770d
in loop - in loop test
- in loop test
-
-
-
encr.dev @v1.57.13
internal/lookpath/lookpath.go:119
-
-
fyne.io/fyne @v1.4.3
cmd/fyne/internal/mobile/clean.go:23
top callers
The modules that reach for it
The modules that call SplitList most in this snapshot.
- github.com/jetify-com/devbox75%
- golang.org/x/tools64%
- github.com/ollama/ollama54%
- github.com/google/pprof43%
- github.com/kubernetes/kubernetes43%
siblings
More from path/filepath
The other most-called functions in this package. See all →