Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setUidNext
Method
setUidNext
src/async/imap/MCIMAPFolderInfo.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void IMAPFolderInfo::setUidNext(uint32_t uidNext)
49
{
50
mUidNext = uidNext;
51
}
52
53
uint32_t IMAPFolderInfo::uidNext()
54
{
Callers
1
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected