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

Method CopyFromLocal

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

Source from the content-addressed store, hash-verified

831 }
832
833 bool CopyFromLocal(const std::string& src, const std::string& dst) const override {
834 throw std::runtime_error(
835 "SQLFileSystem::CopyFromLocal(const std::string& src, const std::string& dst) "
836 "is not implemented for SQLFileSystem");
837 }
838
839 bool FileExists(const std::string& file) const override {
840 // WARN() << "SQLFileSystem::FileExists(const std::string& file) return true directly";

Callers 2

TEST_FFunction · 0.45
FMA_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
FMA_UNIT_TESTFunction · 0.36