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

Method CopyToLocal

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

Source from the content-addressed store, hash-verified

825 }
826
827 bool CopyToLocal(const std::string& src, const std::string& dst) const override {
828 throw std::runtime_error(
829 "SQLFileSystem::CopyToLocal(const std::string& src, const std::string& dst) "
830 "is not implemented for SQLFileSystem");
831 }
832
833 bool CopyFromLocal(const std::string& src, const std::string& dst) const override {
834 throw std::runtime_error(

Callers 3

TEST_FFunction · 0.45
FMA_UNIT_TESTFunction · 0.45
LoadSnapshotMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
FMA_UNIT_TESTFunction · 0.36