MCPcopy
hub / github.com/uber/aresdb / RemoveAll

Method RemoveAll

utils/file_system.go:31–31  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

29 MkdirAll(path string, perm os.FileMode) error
30 Remove(path string) error
31 RemoveAll(path string) error
32 OpenFileForWrite(name string, flag int, perm os.FileMode) (io.WriteCloser, error)
33}
34

Callers 11

RemoveAllMethod · 0.65
DeleteTableShardMethod · 0.65
DeleteSnapshotMethod · 0.65
DeleteBatchVersionsMethod · 0.65
DeleteBatchesMethod · 0.65
snapshot_test.goFile · 0.65
removeTableMethod · 0.65
datanode_test.goFile · 0.65

Implementers 2

OSFileSystemutils/file_system.go
FileSystemutils/mocks/file_system.go

Calls

no outgoing calls

Tested by

no test coverage detected