Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ operationFinished
Method
operationFinished
src/async/imap/MCIMAPMultiDisconnectOperation.cpp:48–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void IMAPMultiDisconnectOperation::operationFinished(Operation * op)
49
{
50
_count ++;
51
if (_count == _operations->count()) {
52
if (callback() != NULL) {
53
callback()->operationFinished(this);
54
}
55
release();
56
}
57
}
58
Callers
1
start
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected