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

Method Remove

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

Source from the content-addressed store, hash-verified

28 Mkdir(name string, perm os.FileMode) error
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}

Callers 11

RemoveMethod · 0.65
DeleteLogFileMethod · 0.65
DeleteColumnMethod · 0.65
DeleteManagedObjectMethod · 0.65
PurgeArchiveBatchesMethod · 0.65
removeEnumColumnMethod · 0.65
TestFileTransferFunction · 0.65
BenchmarkFileTransferFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestFileTransferFunction · 0.52
BenchmarkFileTransferFunction · 0.52