| 144 | } |
| 145 | |
| 146 | void ScriptExtenderUpdater::LoadCaches() |
| 147 | { |
| 148 | if (cache_) return; |
| 149 | |
| 150 | UpdatePaths(); |
| 151 | cache_ = std::make_unique<ResourceCacheRepository>(config_, config_.CachePath); |
| 152 | } |
| 153 | |
| 154 | void ScriptExtenderUpdater::FetchUpdates() |
| 155 | { |
no outgoing calls
no test coverage detected