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

Function newSystemdProperty

cgroup2/manager.go:1164–1169  ·  view source on GitHub ↗
(name string, units interface{})

Source from the content-addressed store, hash-verified

1162}
1163
1164func newSystemdProperty(name string, units interface{}) systemdDbus.Property {
1165 return systemdDbus.Property{
1166 Name: name,
1167 Value: dbus.MakeVariant(units),
1168 }
1169}

Callers 1

NewSystemdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…