MCPcopy 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
39auto BasicSettings::BeginGroup(const wxString& prefix) -> GroupScope
40{
41 DoBeginGroup(prefix);
42 return { *this };
43}
44
45bool BasicSettings::Read(const wxString& key, float* value) const
46{

Callers 3

TestGroupsFunction · 0.45
GetAllMethod · 0.45
FindMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestGroupsFunction · 0.36