| 260 | } |
| 261 | |
| 262 | bool PluginManager::HasConfigGroup(ConfigurationType type, const PluginID & ID, |
| 263 | const RegistryPath & group) |
| 264 | { |
| 265 | return HasGroup(Group(type, ID, group)); |
| 266 | } |
| 267 | |
| 268 | bool PluginManager::GetConfigSubgroups(ConfigurationType type, |
| 269 | const PluginID & ID, const RegistryPath & group, RegistryPaths & subgroups) |
no test coverage detected