MCPcopy Create free account
hub / github.com/TuGraph-family/tugraph-db / ListFiles

Method ListFiles

include/fma-common/file_system.h:875–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873 }
874
875 std::vector<std::string> ListFiles(const std::string& dir,
876 std::vector<size_t>* f_sizes = nullptr,
877 bool full_path = true) const override {
878 throw std::runtime_error(
879 "ListFiles(const std::string& dir, "
880 "std::vector<size_t>* f_sizes = nullptr) const override "
881 "is not implemented for SQLFileSystem");
882 }
883
884 std::vector<std::string> ListSubDirs(const std::string& dir,
885 bool full_path = true) const override {

Callers 15

test_filesMethod · 0.45
test_filesMethod · 0.45
test_filesMethod · 0.45
FMA_UNIT_TESTFunction · 0.45
FMA_UNIT_TESTFunction · 0.45
CompilePluginFromZipMethod · 0.45
ListLogFilesMethod · 0.45
InitMethod · 0.45
GetLogIdxMethod · 0.45
GetLogMethod · 0.45
InitFromDirMethod · 0.45
InitFromDirMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_filesMethod · 0.36
test_filesMethod · 0.36
test_filesMethod · 0.36
FMA_UNIT_TESTFunction · 0.36
FMA_UNIT_TESTFunction · 0.36