| 266 | } |
| 267 | |
| 268 | bool PluginManager::GetConfigSubgroups(ConfigurationType type, |
| 269 | const PluginID & ID, const RegistryPath & group, RegistryPaths & subgroups) |
| 270 | { |
| 271 | return GetSubgroups(Group(type, ID, group), subgroups); |
| 272 | } |
| 273 | |
| 274 | bool PluginManager::HasConfigValue(ConfigurationType type, const PluginID & ID, |
| 275 | const RegistryPath & group, const RegistryPath & key) |
no test coverage detected