| 175 | } |
| 176 | |
| 177 | void ModelCache::refreshSelectedModelsCmd(const cmd::ArgumentList& args) |
| 178 | { |
| 179 | map::algorithm::refreshSelectedModels(true); |
| 180 | } |
| 181 | |
| 182 | // The static module |
| 183 | module::StaticModuleRegistration<ModelCache> modelCacheModule; |
nothing calls this directly
no test coverage detected