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

Method setFilename

src/core/abstract/MCAbstractPart.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void AbstractPart::setFilename(String * filename)
128{
129 MC_SAFE_REPLACE_COPY(String, mFilename, filename);
130}
131
132String * AbstractPart::mimeType()
133{

Calls

no outgoing calls

Tested by

no test coverage detected