| 70 | } |
| 71 | |
| 72 | void removeFileIfExists(const std::string& path, |
| 73 | const lbug::main::ClientContext* /*context*/ = nullptr) override { |
| 74 | std::unique_lock lck{mtx}; |
| 75 | files.erase(path); |
| 76 | } |
| 77 | |
| 78 | bool fileOrPathExists(const std::string& path, |
| 79 | lbug::main::ClientContext* /*context*/ = nullptr) override { |