MCPcopy
hub / github.com/containerd/containerd / UnmountRecursive

Function UnmountRecursive

core/mount/mount_windows.go:184–186  ·  view source on GitHub ↗

UnmountRecursive unmounts from the provided path

(mount string, flags int)

Source from the content-addressed store, hash-verified

182
183// UnmountRecursive unmounts from the provided path
184func UnmountRecursive(mount string, flags int) error {
185 return UnmountAll(mount, flags)
186}
187
188// CimFS specific constants
189const (

Callers 4

DeleteMethod · 0.92
loadShimMethod · 0.92
deleteMethod · 0.92
StopMethod · 0.92

Calls 1

UnmountAllFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…