(s string)
| 20 | } |
| 21 | |
| 22 | func cleanString(s string) string { |
| 23 | return strings.Trim(s, "\n") |
| 24 | } |
| 25 | |
| 26 | func readAcct(ctr *CgroupControl, name string) (uint64, error) { |
| 27 | p := filepath.Join(ctr.getCgroupv1Path(CPUAcct), name) |
no outgoing calls
no test coverage detected
searching dependent graphs…