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

Method setContentLocation

src/core/abstract/MCAbstractPart.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void AbstractPart::setContentLocation(String * contentLocation)
168{
169 MC_SAFE_REPLACE_COPY(String, mContentLocation, contentLocation);
170}
171
172String * AbstractPart::contentDescription()
173{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected