Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetAutoLoadAndSave
Method
GetAutoLoadAndSave
Modules/Persistence/src/mitkPersistenceService.cpp:373–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
bool mitk::PersistenceService::GetAutoLoadAndSave()
374
{
375
this->Initialize();
376
return m_AutoLoadAndSave;
377
}
378
379
bool mitk::PersistenceService::RemovePropertyList(std::string &id)
380
{
Callers
2
Unitialize
Method · 0.95
PersistenceTest
Method · 0.80
Calls
1
Initialize
Method · 0.95
Tested by
1
PersistenceTest
Method · 0.64