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

Method HasConfigGroup

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

Source from the content-addressed store, hash-verified

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

Callers 1

HasConfigGroupFunction · 0.80

Calls 2

HasGroupFunction · 0.85
GroupFunction · 0.85

Tested by

no test coverage detected