MCPcopy
hub / github.com/containerd/containerd / Deactivate

Method Deactivate

core/mount/manager.go:35–35  ·  view source on GitHub ↗
(context.Context, string)

Source from the content-addressed store, hash-verified

33type Manager interface {
34 Activate(context.Context, string, []Mount, ...ActivateOpt) (ActivationInfo, error)
35 Deactivate(context.Context, string) error
36 Info(context.Context, string) (ActivationInfo, error)
37 Update(context.Context, ActivationInfo, ...string) (ActivationInfo, error)
38 List(context.Context, ...string) ([]ActivationInfo, error)

Callers 15

TestLoopbackMountFunction · 0.95
TestLoopbackOverlayFunction · 0.95
TestManagerFunction · 0.95
TestGCFunction · 0.95
TestInfoFunction · 0.95
TestInfoSystemMountsFunction · 0.95
withReadonlyFSFunction · 0.95

Calls

no outgoing calls

Tested by 12

TestLoopbackMountFunction · 0.76
TestLoopbackOverlayFunction · 0.76
TestManagerFunction · 0.76
TestGCFunction · 0.76
TestInfoFunction · 0.76
TestInfoSystemMountsFunction · 0.76