| 66 | } |
| 67 | |
| 68 | void FileLoader::SetCheckInterval(const int check_interval_s) { |
| 69 | impl_->check_interval_s = check_interval_s; |
| 70 | } |
| 71 | |
| 72 | void FileLoader::SetRefreshDelay(const int refresh_delay_s) { |
| 73 | impl_->refresh_delay_s = refresh_delay_s; |
nothing calls this directly
no outgoing calls
no test coverage detected