MCPcopy Create free account
hub / github.com/SmingHub/Sming / countPending

Method countPending

Sming/Components/Network/src/Network/SmtpClient.h:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 MailMessage* getCurrentMessage();
137
138 size_t countPending()
139 {
140 return mailQ.count();
141 }
142
143 /**
144 * @brief Sends a quit command to the server and closes the TCP connection

Callers 1

onMailSentFunction · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected