|
KiCad PCB EDA Suite
|
#include <algorithm>#include <chrono>#include <string_view>#include <bs_thread_pool.hpp>#include <wx/log.h>#include <wx/tokenzr.h>#include <fmt.h>#include <hash.h>#include <lib_symbol.h>#include <libraries/symbol_library_adapter.h>#include <http_lib/http_lib_connection.h>#include "sch_io_http_lib.h"#include <ki_exception.h>Go to the source code of this file.
Functions | |
| static bool | fetchCategoryParts (HTTP_LIB_CONNECTION &aConn, const HTTP_LIB_CATEGORY &aCategory, std::vector< HTTP_LIB_PART > &aParts) |
|
static |
Definition at line 40 of file sch_io_http_lib.cpp.
References HTTP_LIB_CONNECTION::SelectAll(), and HTTP_LIB_CONNECTION::SelectOne().
Referenced by SCH_IO_HTTP_LIB::backgroundRefreshWorker(), and SCH_IO_HTTP_LIB::cacheLib().