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

Method ReadDir

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

Source from the content-addressed store, hash-verified

24type FileSystem interface {
25 ReadFile(filename string) ([]byte, error)
26 ReadDir(dirname string) ([]os.FileInfo, error)
27 Stat(path string) (os.FileInfo, error)
28 Mkdir(name string, perm os.FileMode) error
29 MkdirAll(path string, perm os.FileMode) error

Callers 14

ReadDirMethod · 0.65
ListLogFilesMethod · 0.65
ListSnapshotBatchesMethod · 0.65
readVectoryPartyFilesMethod · 0.65
DeleteSnapshotMethod · 0.65
DeleteBatchesMethod · 0.65
DeleteColumnMethod · 0.65
PurgeArchiveBatchesMethod · 0.65
GetArchiveBatchesMethod · 0.65
listTablesMethod · 0.65
queryDataSetFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected