MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / setSettingInCache

Method setSettingInCache

src/settings.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void Settings::setSettingInCache(Settings::SettingsEnum setting, const QVariant& value)
280{
281 settings_cache.insert(setting, value);
282}
283
284void Settings::setSetting(Settings::SettingsEnum setting, const QVariant& value)
285{

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected