MCPcopy Create free account
hub / github.com/cutelyst/simple-mail / queueSize

Method queueSize

src/server.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149int Server::queueSize() const
150{
151 Q_D(const Server);
152 return d->queue.size();
153}
154
155void Server::connectToServer()
156{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected