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

Method FileExists

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

Source from the content-addressed store, hash-verified

837 }
838
839 bool FileExists(const std::string& file) const override {
840 // WARN() << "SQLFileSystem::FileExists(const std::string& file) return true directly";
841 bool fake_res = true;
842 return fake_res;
843 }
844
845 bool Mkdir(const std::string& dir) const override {
846 throw std::runtime_error(

Callers 15

mainFunction · 0.45
test_fileMethod · 0.45
test_fileMethod · 0.45
TEST_PFunction · 0.45
test_fileMethod · 0.45
test_fileMethod · 0.45
read_codeFunction · 0.45
FMA_UNIT_TESTFunction · 0.45
FileReaderMethod · 0.45
LoadAllPluginsMethod · 0.45
OpenUserFileMethod · 0.45
DeleteSpecifiedFileMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_fileMethod · 0.36
test_fileMethod · 0.36
TEST_PFunction · 0.36
test_fileMethod · 0.36
test_fileMethod · 0.36
read_codeFunction · 0.36
FMA_UNIT_TESTFunction · 0.36
FileReaderMethod · 0.36