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

Method Delete

pkg/cgroups/cgroups.go:531–533  ·  view source on GitHub ↗

Delete cleans a cgroup

()

Source from the content-addressed store, hash-verified

529
530// Delete cleans a cgroup
531func (c *CgroupControl) Delete() error {
532 return c.DeleteByPath(c.path)
533}
534
535// DeleteByPathConn deletes the specified cgroup path using the specified
536// dbus connection if needed.

Callers

nothing calls this directly

Calls 1

DeleteByPathMethod · 0.95

Tested by

no test coverage detected