Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ Clear
Method
Clear
Modules/Persistence/src/mitkPersistenceService.cpp:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void mitk::PersistenceService::Clear()
36
{
37
this->Initialize();
38
m_PropertyLists.clear();
39
m_FileNamesToModifiedTimes.clear();
40
}
41
42
mitk::PersistenceService::~PersistenceService()
43
{
Callers
2
Initialize
Method · 0.95
ClonePropertyList
Method · 0.45
Calls
2
Initialize
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected