MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / isQueueRunning

Method isQueueRunning

src/async/imap/MCIMAPAsyncConnection.cpp:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413bool IMAPAsyncConnection::isQueueRunning()
414{
415 return mQueueRunning;
416}
417
418void IMAPAsyncConnection::setQueueRunning(bool running)
419{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected