Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setPartID
Method
setPartID
src/core/imap/MCIMAPPart.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void IMAPPart::setPartID(String * partID)
46
{
47
MC_SAFE_REPLACE_COPY(String, mPartID, partID);
48
}
49
50
String * IMAPPart::partID()
51
{
Callers
3
attachmentWithIMAPBody1Part
Method · 0.45
attachmentWithIMAPBody1PartMessage
Method · 0.45
attachmentWithIMAPBodyMultipart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected