Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ UserPresetsGroup
Function
UserPresetsGroup
libraries/lib-components/EffectInterface.cpp:234–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
RegistryPath UserPresetsGroup(const RegistryPath & name)
235
{
236
RegistryPath group = wxT(
"UserPresets"
);
237
if (!name.empty())
238
group += wxCONFIG_PATH_SEPARATOR + name;
239
return group;
240
}
Callers
6
LoadSettingsFromString
Method · 0.85
GetUserPresets
Function · 0.85
OnUserPreset
Method · 0.85
OnDeletePreset
Method · 0.85
OnSaveAs
Method · 0.85
LoadUserPresets
Method · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected