Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ IsOverridden
Method
IsOverridden
Modules/Core/src/IO/mitkPreferences.cpp:216–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
bool mitk::Preferences::IsOverridden(const std::string& key) const
217
{
218
return m_Overrides.count(key) > 0;
219
}
220
221
void mitk::Preferences::RemoveOverride(const std::string& key)
222
{
Callers
4
Remove
Method · 0.95
SkipDialog
Method · 0.45
PerformOk
Method · 0.45
Update
Method · 0.45
Calls
1
count
Method · 0.80
Tested by
no test coverage detected