Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEPaperLink/OpenEPaperLink
/ enqueueItem
Function
enqueueItem
ESP32_AP-Flasher/src/newproto.cpp:894–897 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
892
}
893
894
void enqueueItem(struct PendingItem& item) {
895
std::lock_guard<std::mutex> lock(queueMutex);
896
pendingQueue.push_back(item);
897
}
898
899
bool dequeueItem(const uint8_t* targetMac) {
900
return dequeueItem(targetMac, 0);
Callers
1
queueDataAvail
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected