MCPcopy Create free account
hub / github.com/OpenEPaperLink/OpenEPaperLink / getQueueItem

Function getQueueItem

ESP32_AP-Flasher/src/newproto.cpp:939–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937}
938
939PendingItem* getQueueItem(const uint8_t* targetMac) {
940 return getQueueItem(targetMac, 0);
941}
942
943PendingItem* getQueueItem(const uint8_t* targetMac, const uint64_t dataVer) {
944 auto it = std::find_if(pendingQueue.begin(), pendingQueue.end(),

Callers 6

init_webFunction · 0.85
compress_imageFunction · 0.85
get_ATC_BLE_OEPL_imageFunction · 0.85
processBlockRequestFunction · 0.85
processXferCompleteFunction · 0.85
checkQueueFunction · 0.85

Calls 3

memcmpFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected