Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setPartID
Method
setPartID
src/async/imap/MCIMAPFetchContentOperation.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void IMAPFetchContentOperation::setPartID(String * partID)
52
{
53
MC_SAFE_REPLACE_COPY(String, mPartID, partID);
54
}
55
56
String * IMAPFetchContentOperation::partID()
57
{
Callers
3
fetchMessageAttachmentByUIDOperation
Method · 0.45
fetchMessageAttachmentToFileByUIDOperation
Method · 0.45
fetchMessageAttachmentByNumberOperation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected