MCPcopy 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
51void IMAPFetchContentOperation::setPartID(String * partID)
52{
53 MC_SAFE_REPLACE_COPY(String, mPartID, partID);
54}
55
56String * IMAPFetchContentOperation::partID()
57{

Calls

no outgoing calls

Tested by

no test coverage detected