Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/cgroups
/ namedController
Struct
namedController
cgroup1/named.go:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
type
namedController
struct
{
29
root string
30
name Name
31
}
32
33
func
(n *namedController) Name() Name {
34
return
n.name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected