os.IsPathSeparator
standard libraryThe 6381st most-called standard-library function by production calls. Called 95 times across 30 modules; 93 of those run outside tests and generated code.
- prod calls
- 93
- non-test, non-generated
- all calls
- 95
- total callsites
- modules
- 30
- distinct callers
- in loop
- 39%
- of prod calls
- in tests
- 2%
- 2 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 IsPathSeparator from notable Go projects. Open one on the map to see what else it hammers.
- Helm 22 24%
- containerd 11 12%
- Docker 4 4%
- Cilium 2 2%
- MinIO 2 2%
where it's called
Callsites in the wild
12 representative callsites of 95, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cilium/hive @v1.0.4
in loop - in loop
-
charlievieth/fastwalk @v1.0.14
in loop -
golang/dep @v0.5.4
in loop - in loop
- in loop
-
seaweedfs/seaweedfs @v0.0.0-20260805044234-3c549b33ab8d
in loop - in loop
- in loop
-
helm/helm @v2.17.0+incompatible
in loop - in loop
-
golang/dep @v0.5.4
in loop
top callers
The modules that reach for it
The modules that call IsPathSeparator most in this snapshot.
- github.com/golang/dep1112%
- github.com/helm/helm1112%
- helm.sh/helm/v41112%
- github.com/gruntwork-io/terragrunt99%
- github.com/containerd/nerdctl/v288%
siblings
More from os
The other most-called functions in this package. See all →