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

Method getLastRecent

Suscan/Library.cpp:1053–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053std::list<std::string>::const_iterator
1054Singleton::getLastRecent(void) const
1055{
1056 return this->recentProfiles.cend();
1057}
1058
1059QMap<qint64,Bookmark> const &
1060Singleton::getBookmarkMap(void) const

Callers 2

removeRecentMethod · 0.95
updateRecentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected