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

Method Delete

libraries/lib-preferences/Prefs.cpp:553–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553bool SettingBase::Delete()
554{
555 auto config = GetConfig();
556 return config && config->DeleteEntry( GetPath() );
557}
558
559bool BoolSetting::Toggle()
560{

Callers

nothing calls this directly

Calls 2

GetConfigFunction · 0.85
DeleteEntryMethod · 0.45

Tested by

no test coverage detected