| 100 | } |
| 101 | |
| 102 | virtual bool MultiPut(const std::vector<std::pair<std::string, std::unique_ptr<io::BufferStream>>>& /*data*/) { |
| 103 | return true; |
| 104 | } |
| 105 | |
| 106 | // Delete |
| 107 | virtual bool Delete(std::string /*key*/) { |
no outgoing calls
no test coverage detected