MCPcopy
hub / github.com/containerd/containerd / Mount

Method Mount

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

Source from the content-addressed store, hash-verified

45// and does not replace the mount calls for system mounts.
46type Handler interface {
47 Mount(context.Context, Mount, string, []ActiveMount) (ActiveMount, error)
48 Unmount(context.Context, string) error
49}
50

Callers 5

AllFunction · 0.65
mountMethod · 0.65
mountAtFunction · 0.65
ActivateMethod · 0.65

Calls

no outgoing calls

Tested by 1