Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setLastKnownUID
Method
setLastKnownUID
src/async/imap/MCIMAPIdleOperation.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void IMAPIdleOperation::setLastKnownUID(uint32_t uid)
30
{
31
mLastKnownUid = uid;
32
}
33
34
uint32_t IMAPIdleOperation::lastKnownUID()
35
{
Callers
1
idleOperation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected