MCPcopy Index your code
hub / github.com/containerd/containerd / RemoveAll

Method RemoveAll

pkg/os/os.go:32–32  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

30type OS interface {
31 MkdirAll(path string, perm os.FileMode) error
32 RemoveAll(path string) error
33 Stat(name string) (os.FileInfo, error)
34 ResolveSymbolicLink(name string) (string, error)
35 FollowSymlinkInScope(path, scope string) (string, error)

Callers 15

newTestListenerFunction · 0.65
forceRemoveAllFunction · 0.65
TestDaemonCustomCgroupFunction · 0.65
forceRemoveAllFunction · 0.65
DeactivateMethod · 0.65
unmountAllFunction · 0.65
BenchmarkNativeFunction · 0.65
BenchmarkOverlayFunction · 0.65
BenchmarkDeviceMapperFunction · 0.65
makeApplierFunction · 0.65

Implementers 2

RealOSpkg/os/os.go
FakeOSpkg/os/testing/fake_os.go

Calls

no outgoing calls

Tested by 15

newTestListenerFunction · 0.52
TestDaemonCustomCgroupFunction · 0.52
BenchmarkNativeFunction · 0.52
BenchmarkOverlayFunction · 0.52
BenchmarkDeviceMapperFunction · 0.52
makeApplierFunction · 0.52
TestLoadCertFilesFunction · 0.52
TestNewSocketFunction · 0.52
TestGetDevicesFunction · 0.52
ApplyMethod · 0.52