Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setUniqueID
Method
setUniqueID
src/core/abstract/MCAbstractPart.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void AbstractPart::setUniqueID(String * uniqueID)
118
{
119
MC_SAFE_REPLACE_COPY(String, mUniqueID, uniqueID);
120
}
121
122
String * AbstractPart::filename()
123
{
Callers
3
applyUniquePartID
Method · 0.45
htmlForAbstractSinglePart
Function · 0.45
attachmentWithSingleMIME
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected