MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / checkForUpdates

Method checkForUpdates

libs/librepcb/editor/library/librariesmodel.cpp:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void LibrariesModel::checkForUpdates() noexcept {
192 if (mMode != Mode::RemoteLibs) return;
193
194 mIsAutoCheck = false;
195 requestOnlineLibraries(true);
196}
197
198void LibrariesModel::cancelUpdateCheck() noexcept {
199 if (mMode != Mode::RemoteLibs) return;

Callers 1

triggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected