MCPcopy Create free account
hub / github.com/containers/common / readCgroup2MapFile

Function readCgroup2MapFile

pkg/cgroups/cgroups.go:667–671  ·  view source on GitHub ↗
(ctr *CgroupControl, name string)

Source from the content-addressed store, hash-verified

665}
666
667func readCgroup2MapFile(ctr *CgroupControl, name string) (map[string][]string, error) {
668 p := filepath.Join(cgroupRoot, ctr.path, name)
669
670 return readCgroup2MapPath(p)
671}

Callers 2

StatMethod · 0.85
StatMethod · 0.85

Calls 1

readCgroup2MapPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…