MCPcopy 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
373bool mitk::PersistenceService::GetAutoLoadAndSave()
374{
375 this->Initialize();
376 return m_AutoLoadAndSave;
377}
378
379bool mitk::PersistenceService::RemovePropertyList(std::string &id)
380{

Callers 2

UnitializeMethod · 0.95
PersistenceTestMethod · 0.80

Calls 1

InitializeMethod · 0.95

Tested by 1

PersistenceTestMethod · 0.64