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

Method operationsCount

src/async/imap/MCIMAPAsyncConnection.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274unsigned int IMAPAsyncConnection::operationsCount()
275{
276 return mQueue->count();
277}
278
279void IMAPAsyncConnection::cancelAllOperations()
280{

Callers 3

sessionForFolderMethod · 0.80
availableSessionMethod · 0.80
sessionWithMinQueueMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected