MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / load

Method load

annotation/Repository.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14bool Repository::load() {
15 bool loadSucces = false;
16 if (_list) {
17 loadSucces = loadFromRepo();
18 _list->resetModifiedStatus();
19 }
20 return loadSucces;
21}
22
23void Repository::setSource(const std::string& sourcePath)
24{

Callers 9

initializeTypeMethod · 0.45
FilterDockWidgetMethod · 0.45
getDockWidgetMethod · 0.45
onLoadButtonPressedMethod · 0.45
FilterDockWidgetMethod · 0.45

Calls 1

resetModifiedStatusMethod · 0.80

Tested by

no test coverage detected