MCPcopy 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

~SmtpClientMethod · 0.45
onReadyToSendDataMethod · 0.45
onMessageCompleteMethod · 0.45
onReadyToSendDataMethod · 0.45
cleanupMethod · 0.45
~HttpClientConnectionMethod · 0.45
~MqttClientMethod · 0.45
onReadyToSendDataMethod · 0.45
~StreamChainMethod · 0.45
getNextStreamMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected