Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ ~SettingsObject
Method
~SettingsObject
launcher/settings/SettingsObject.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
SettingsObject::~SettingsObject()
29
{
30
m_settings.clear();
31
}
32
33
std::shared_ptr<Setting> SettingsObject::registerOverride(std::shared_ptr<Setting> original,
34
std::shared_ptr<Setting> gate)
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected