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

Method Remove

utils/file_system.go:64–66  ·  view source on GitHub ↗

Remove removes a file

(path string)

Source from the content-addressed store, hash-verified

62
63// Remove removes a file
64func (OSFileSystem) Remove(path string) error {
65 return os.Remove(path)
66}
67
68// RemoveAll removes a file and all its children
69func (OSFileSystem) RemoveAll(path string) error {

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.65

Tested by

no test coverage detected