| 275 | } |
| 276 | void run() override { return baseNetwork->run(); } |
| 277 | bool checkRunnable() override { return baseNetwork->checkRunnable(); } |
| 278 | void getDiskBytes(std::string const& directory, int64_t& free, int64_t& total) override { |
| 279 | return baseNetwork->getDiskBytes(directory, free, total); |
| 280 | } |
no outgoing calls
no test coverage detected