MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setUniqueID

Method setUniqueID

src/core/abstract/MCAbstractPart.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void AbstractPart::setUniqueID(String * uniqueID)
118{
119 MC_SAFE_REPLACE_COPY(String, mUniqueID, uniqueID);
120}
121
122String * AbstractPart::filename()
123{

Callers 3

applyUniquePartIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected