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

Method Freeze

cgroup1/freezer.go:44–46  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

42}
43
44func (f *freezerController) Freeze(path string) error {
45 return f.waitState(path, Frozen)
46}
47
48func (f *freezerController) Thaw(path string) error {
49 return f.waitState(path, Thawed)

Callers

nothing calls this directly

Calls 1

waitStateMethod · 0.95

Tested by

no test coverage detected