Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setContentID
Method
setContentID
src/core/abstract/MCAbstractPart.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void AbstractPart::setContentID(String * contentID)
158
{
159
MC_SAFE_REPLACE_COPY(String, mContentID, contentID);
160
}
161
162
String * AbstractPart::contentLocation()
163
{
Callers
3
testMessageBuilder3
Function · 0.45
attachmentWithSingleMIME
Method · 0.45
testMessageBuilder
Function · 0.45
Calls
no outgoing calls
Tested by
2
testMessageBuilder3
Function · 0.36
testMessageBuilder
Function · 0.36