MCPcopy Create free account
hub / github.com/audacity/audacity / GetConfigSubgroups

Method GetConfigSubgroups

libraries/lib-module-manager/PluginManager.cpp:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

GetConfigSubgroupsFunction · 0.80

Calls 1

GroupFunction · 0.85

Tested by

no test coverage detected