MCPcopy 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
45void IMAPPart::setPartID(String * partID)
46{
47 MC_SAFE_REPLACE_COPY(String, mPartID, partID);
48}
49
50String * IMAPPart::partID()
51{

Calls

no outgoing calls

Tested by

no test coverage detected