Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setUid
Method
setUid
src/core/pop/MCPOPMessageInfo.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void POPMessageInfo::setUid(String * uid)
62
{
63
MC_SAFE_REPLACE_COPY(String, mUid, uid);
64
}
65
66
String * POPMessageInfo::uid()
67
{
Callers
1
fetchMessages
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected