| 70 | } |
| 71 | |
| 72 | void FileLoader::SetRefreshDelay(const int refresh_delay_s) { |
| 73 | impl_->refresh_delay_s = refresh_delay_s; |
| 74 | } |
| 75 | |
| 76 | bool FileLoader::SetFileIfUnset(const std::string &file) { |
| 77 | if (impl_->file.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected