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

Method requestLibraryList

libs/librepcb/core/network/apiendpoint.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 ******************************************************************************/
50
51void ApiEndpoint::requestLibraryList(bool forceNoCache) noexcept {
52 QString path =
53 "/api/v1/libraries/v" % Application::getFileFormatVersion().toStr();
54 requestLibraryList(QUrl(mUrl.toString() % path), forceNoCache);
55}
56
57void ApiEndpoint::requestPartsInformationStatus() const noexcept {
58 NetworkRequest* request =

Callers 1

Calls 5

setHeaderFieldMethod · 0.80
setCacheLoadControlMethod · 0.80
toStrMethod · 0.45
toStringMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected