Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ dequeue
Method
dequeue
Sming/Core/Data/ObjectQueue.h:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
T* dequeue()
36
{
37
return this->count() ? FIFO<T*, rawSize>::dequeue() : nullptr;
38
}
39
};
Callers
10
~SmtpClient
Method · 0.45
onReadyToSendData
Method · 0.45
onMessageComplete
Method · 0.45
onReadyToSendData
Method · 0.45
cleanup
Method · 0.45
~HttpClientConnection
Method · 0.45
~MqttClient
Method · 0.45
onReadyToSendData
Method · 0.45
~StreamChain
Method · 0.45
getNextStream
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected