(ctr *CgroupControl, name string)
| 665 | } |
| 666 | |
| 667 | func readCgroup2MapFile(ctr *CgroupControl, name string) (map[string][]string, error) { |
| 668 | p := filepath.Join(cgroupRoot, ctr.path, name) |
| 669 | |
| 670 | return readCgroup2MapPath(p) |
| 671 | } |
no test coverage detected
searching dependent graphs…