github.com/moby/sys/userns.RunningInUserNS
third-partyThe 5524th most-called third-party function by production calls. Called 113 times across 13 modules; 107 of those run outside tests and generated code.
- prod calls
- 107
- non-test, non-generated
- all calls
- 113
- total callsites
- modules
- 13
- distinct callers
- in loop
- 9%
- of prod calls
- in tests
- 5%
- 6 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 function73%A direct call to an exported package function, resolved by type.
- Package function (by syntax)27%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into RunningInUserNS from notable Go projects. Open one on the map to see what else it hammers.
- Docker 43 40%
- containerd 35 33%
- Kubernetes 7 7%
where it's called
Callsites in the wild
12 representative callsites of 113, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
docker/docker @v28.5.2+incompatible
in loop - in loop
- in loop
- in loop
-
moby/moby @v28.5.2+incompatible
in loop -
k8s.io/kubernetes @v1.36.3
pkg/kubelet/cm/container_manager_linux.go:515
in loop - in loop
-
moby/moby @v28.5.2+incompatible
in loop -
docker/docker @v28.5.2+incompatible
in loop -
dagger/dagger @v0.21.8
-
top callers
The modules that reach for it
The modules that call RunningInUserNS most in this snapshot.
- github.com/dagger/dagger1513%
- github.com/docker/docker1513%
- github.com/moby/moby1513%
- github.com/containerd/containerd1412%
- github.com/containerd/containerd/v21312%