path/filepath.IsAbs
standard libraryThe 498th most-called standard-library function by production calls. Called 1,777 times across 307 modules; 1,614 of those run outside tests and generated code.
- prod calls
- 1,614
- non-test, non-generated
- all calls
- 1,777
- total callsites
- modules
- 307
- distinct callers
- in loop
- 20%
- of prod calls
- in tests
- 9%
- 162 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 IsAbs from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 55 3%
- containerd 51 3%
- Docker 39 2%
- Gitea 32 2%
- HashiCorp 23 1%
where it's called
Callsites in the wild
12 representative callsites of 1,777, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
cilium/dns @v1.1.50
in loop -
cockroachdb/cockroach @v19.2.12+incompatible
in loop -
miekg/dns @v0.6.90
cmd/atomdns/handlers/root/setup.go:20
in loop - in loop
-
docker/docker @v28.5.2+incompatible
in loop - in loop
-
gitea.dev @v1.27.1
modules/setting/path.go:102
in loop - in loop
-
DNSCrypt/dnscrypt-proxy @v0.0.0-20260801091651-c3ba78fac8a3
in loop - in loop
top callers
The modules that reach for it
The modules that call IsAbs most in this snapshot.
- github.com/esengine/DeepSeek-Reasonix805%
- github.com/gruntwork-io/terragrunt734%
- github.com/gastownhall/beads573%
- github.com/steveyegge/beads573%
- github.com/drakkan/sftpgo372%
siblings
More from path/filepath
The other most-called functions in this package. See all →