MCPcopy 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
61void POPMessageInfo::setUid(String * uid)
62{
63 MC_SAFE_REPLACE_COPY(String, mUid, uid);
64}
65
66String * POPMessageInfo::uid()
67{

Callers 1

fetchMessagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected