Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setPartID
Method
setPartID
src/core/rfc822/MCMultipart.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void Multipart::setPartID(String * partID)
29
{
30
MC_SAFE_REPLACE_COPY(String, mPartID, partID);
31
}
32
33
String * Multipart::partID()
34
{
Callers
3
recursiveSetupPartIDWithSinglePart
Method · 0.45
recursiveSetupPartIDWithMessagePart
Method · 0.45
recursiveSetupPartIDWithMultipart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected