Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ BeginGroup
Method
BeginGroup
libraries/lib-preferences/BasicSettings.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
auto BasicSettings::BeginGroup(const wxString& prefix) -> GroupScope
40
{
41
DoBeginGroup(prefix);
42
return { *this };
43
}
44
45
bool BasicSettings::Read(const wxString& key, float* value) const
46
{
Callers
3
TestGroups
Function · 0.45
GetAll
Method · 0.45
Find
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestGroups
Function · 0.36