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

Method Remove

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

Source from the content-addressed store, hash-verified

849 }
850
851 bool Remove(const std::string& path) const override {
852 throw std::runtime_error(
853 "SQLFileSystem::Remove(const std::string& path) "
854 "is not implemented for SQLFileSystem");
855 }
856
857 bool RemoveDir(const std::string& path) const override {
858 throw std::runtime_error(

Callers 4

DeleteExistingFilesMethod · 0.45
CopyToLocalMethod · 0.45
RemoveFileFunction · 0.45
OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected