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

Method notifyRecent

Suscan/Library.cpp:1357–1367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1355}
1356
1357bool
1358Singleton::notifyRecent(std::string const &name)
1359{
1360 bool found = false;
1361
1362 found = this->removeRecent(name);
1363
1364 this->recentProfiles.push_front(name);
1365
1366 return found;
1367}
1368
1369bool
1370Singleton::removeRecent(std::string const &name)

Callers 1

onProfileChangedMethod · 0.80

Calls 1

removeRecentMethod · 0.95

Tested by

no test coverage detected