Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setMessageCount
Method
setMessageCount
src/async/imap/MCIMAPFolderInfo.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void IMAPFolderInfo::setMessageCount(int messageCount)
79
{
80
mMessageCount = messageCount;
81
}
82
83
int IMAPFolderInfo::messageCount()
84
{
Callers
1
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected