MCPcopy Index your code
hub / github.com/uber/aresdb / RemoveAll

Method RemoveAll

utils/file_system.go:69–71  ·  view source on GitHub ↗

RemoveAll removes a file and all its children

(path string)

Source from the content-addressed store, hash-verified

67
68// RemoveAll removes a file and all its children
69func (OSFileSystem) RemoveAll(path string) error {
70 return os.RemoveAll(path)
71}
72
73// Stat tries gets file info for t
74func (OSFileSystem) Stat(path string) (os.FileInfo, error) {

Callers

nothing calls this directly

Calls 1

RemoveAllMethod · 0.65

Tested by

no test coverage detected