MCPcopy 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
28SettingsObject::~SettingsObject()
29{
30 m_settings.clear();
31}
32
33std::shared_ptr<Setting> SettingsObject::registerOverride(std::shared_ptr<Setting> original,
34 std::shared_ptr<Setting> gate)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected