MCPcopy Create free account
hub / github.com/containerd/cgroups / errorPath

Function errorPath

cgroup1/paths.go:102–106  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

100}
101
102func errorPath(err error) Path {
103 return func(_ Name) (string, error) {
104 return "", err
105 }
106}

Callers 3

NestedPathFunction · 0.85
PidPathFunction · 0.85
existingPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…