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

Method itemsProgress

src/core/imap/MCIMAPSession.cpp:3738–3744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3736}
3737
3738void IMAPSession::itemsProgress(unsigned int current, unsigned int maximum)
3739{
3740 mProgressItemsCount ++;
3741 if (mProgressCallback != NULL) {
3742 mProgressCallback->itemsProgress(this, mProgressItemsCount, maximum);
3743 }
3744}
3745
3746IMAPNamespace * IMAPSession::defaultNamespace()
3747{

Callers 1

items_progressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected