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

Method setContentDescription

src/core/abstract/MCAbstractPart.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void AbstractPart::setContentDescription(String * contentDescription)
178{
179 MC_SAFE_REPLACE_COPY(String, mContentDescription, contentDescription);
180}
181
182bool AbstractPart::isInlineAttachment()
183{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected