| 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); |
no outgoing calls
no test coverage detected