MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / updateRecent

Method updateRecent

App/Application.cpp:76–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void
77Application::updateRecent(void)
78{
79 Suscan::Singleton *sing = Suscan::Singleton::get_instance();
80
81 this->mediator->clearRecent();
82 for (auto p = sing->getFirstRecent(); p != sing->getLastRecent(); ++p)
83 this->mediator->addRecent(*p);
84 this->mediator->finishRecent();
85}
86
87void
88Application::run(Suscan::Object const &config)

Callers 2

runMethod · 0.95
onProfileChangedMethod · 0.95

Calls 5

getFirstRecentMethod · 0.80
getLastRecentMethod · 0.80
addRecentMethod · 0.80
finishRecentMethod · 0.80
clearRecentMethod · 0.45

Tested by

no test coverage detected