Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetRoot
Method
GetRoot
Modules/Core/src/IO/mitkIPreferencesStorage.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
mitk::IPreferences* mitk::IPreferencesStorage::GetRoot()
25
{
26
return m_Root.get();
27
}
28
29
const mitk::IPreferences* mitk::IPreferencesStorage::GetRoot() const
30
{
Callers
1
GetSystemPreferences
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected