MCPcopy Create free account
hub / github.com/YACReader/yacreader / init

Method init

YACReaderLibrary/libraries_update_coordinator.cpp:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void LibrariesUpdateCoordinator::init()
23{
24 timer.start();
25 elapsedTimer.start();
26
27 if (settings->value(UPDATE_LIBRARIES_AT_STARTUP, false).toBool()) {
28 updateLibraries();
29 }
30}
31
32void LibrariesUpdateCoordinator::checkUpdatePolicy()
33{

Callers 2

startFunction · 0.45
setupCoordinatorsMethod · 0.45

Calls 1

startMethod · 0.80

Tested by

no test coverage detected