github.com/moby/sys/user.MkdirAllAndChown
third-partyThe 7810th most-called third-party function by production calls. Called 85 times across 5 modules; 76 of those run outside tests and generated code.
- prod calls
- 76
- non-test, non-generated
- all calls
- 85
- total callsites
- modules
- 5
- distinct callers
- in loop
- 11%
- of prod calls
- in tests
- 11%
- 9 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 function15%A direct call to an exported package function, resolved by type.
- Package function (by syntax)85%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into MkdirAllAndChown from notable Go projects. Open one on the map to see what else it hammers.
- Docker 73 96%
where it's called
Callsites in the wild
12 representative callsites of 85, prioritizing in-loop and non-test usage. We link to source, never display it.
-
moby/moby @v28.5.2+incompatible
in loop -
docker/docker @v28.5.2+incompatible
in loop -
moby/moby @v28.5.2+incompatible
in loop -
docker/docker @v28.5.2+incompatible
in loop -
moby/moby @v28.5.2+incompatible
in loop -
docker/docker @v28.5.2+incompatible
in loop -
docker/docker @v28.5.2+incompatible
in loop -
moby/moby @v28.5.2+incompatible
in loop -
moby/sys/user @v0.4.1
idtools_unix_test.go:184
in loop test -
-
-
top callers
The modules that reach for it
The modules that call MkdirAllAndChown most in this snapshot.
- github.com/docker/docker3642%
- github.com/moby/moby3642%
- github.com/moby/sys/user78%
- github.com/dagger/dagger34%
- github.com/moby/buildkit34%