MCPcopy Create free account
hub / github.com/ALTaleX531/OpenGlass / GetConfigForKey

Method GetConfigForKey

OpenGlassGUI/MainFrame.Core.cpp:420–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 RegistryConfig* MainFrame::GetConfigForKey(const std::wstring& key) const
421 {
422 if (IsSystemSettingKey(key) && m_systemConfig)
423 {
424 return m_systemConfig.get();
425 }
426 return m_config.get();
427 }
428
429 void MainFrame::BackupCurrentSetting(const std::wstring& name)
430 {

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected