MCPcopy
hub / github.com/containerd/containerd / Activate

Method Activate

core/mount/manager.go:34–34  ·  view source on GitHub ↗
(context.Context, string, []Mount, ...ActivateOpt)

Source from the content-addressed store, hash-verified

32// manager will be done outside the container's namespace.
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)

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