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

Method isAttachment

src/core/abstract/MCAbstractPart.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192bool AbstractPart::isAttachment()
193{
194 return mAttachment;
195}
196
197void AbstractPart::setAttachment(bool attachment)
198{

Callers 1

isTextPartFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected