MCPcopy
hub / github.com/opencontainers/runc / Path

Method Path

libcontainer/container_linux_test.go:60–62  ·  view source on GitHub ↗
(subsys string)

Source from the content-addressed store, hash-verified

58}
59
60func (m *mockCgroupManager) Path(subsys string) string {
61 return m.paths[subsys]
62}
63
64func (m *mockCgroupManager) Freeze(_ cgroups.FreezerState) error {
65 return nil

Callers 7

ExistsMethod · 0.95
CheckpointMethod · 0.80
prepareCgroupFDMethod · 0.80
newInitConfigMethod · 0.80
NotifyOOMMethod · 0.80
NotifyMemoryPressureMethod · 0.80
signalAllProcessesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected