MCPcopy Create free account
hub / github.com/apache/arrow / DeleteEntry

Method DeleteEntry

cpp/src/arrow/filesystem/mockfs.cc:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 void AssignEntry(const std::string& s, std::unique_ptr<Entry> entry);
112
113 bool DeleteEntry(const std::string& s) { return entries.erase(s) > 0; }
114
115 private:
116 ARROW_DISALLOW_COPY_AND_ASSIGN(Directory);

Callers 3

DeleteDirMethod · 0.80
DeleteFileMethod · 0.80
MoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected