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

Function NewSystemd

cgroup1/systemd.go:66–70  ·  view source on GitHub ↗
(root string)

Source from the content-addressed store, hash-verified

64}
65
66func NewSystemd(root string) (*SystemdController, error) {
67 return &SystemdController{
68 root: root,
69 }, nil
70}
71
72type SystemdController struct {
73 root string

Callers 1

SystemdFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…