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

Struct Manager

cgroup2/manager.go:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250type Manager struct {
251 unifiedMountpoint string
252 path string
253}
254
255func setResources(path string, resources *Resources) error {
256 if resources != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected