Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/cgroups
/ Update
Method
Update
cgroup2/manager.go:314–316 ·
view source on GitHub ↗
(resources *Resources)
Source
from the content-addressed store, hash-verified
312
}
313
314
func
(c *Manager) Update(resources *Resources) error {
315
return
setResources(c.path, resources)
316
}
317
318
type
ControllerToggle int
319
Callers
nothing calls this directly
Calls
1
setResources
Function · 0.85
Tested by
no test coverage detected