MCPcopy
hub / github.com/containerd/containerd / Unmount

Method Unmount

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

Source from the content-addressed store, hash-verified

46type Handler interface {
47 Mount(context.Context, Mount, string, []ActiveMount) (ActiveMount, error)
48 Unmount(context.Context, string) error
49}
50
51// Transformer is an interface that can make changes to the mount based on

Callers 8

TestMountAtFunction · 0.65
testLookupFunction · 0.65
TestLookupWithOverlayFunction · 0.65
unmountFunction · 0.65
ActivateMethod · 0.65
DeactivateMethod · 0.65
unmountAllFunction · 0.65

Calls

no outgoing calls

Tested by 4

TestMountAtFunction · 0.52
testLookupFunction · 0.52
TestLookupWithOverlayFunction · 0.52