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

Method AbstractMessagePart

src/core/abstract/MCAbstractMessagePart.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14AbstractMessagePart::AbstractMessagePart()
15{
16 init();
17}
18
19AbstractMessagePart::AbstractMessagePart(AbstractMessagePart * other) : AbstractPart(other)
20{

Callers

nothing calls this directly

Calls 5

initFunction · 0.85
mainPartMethod · 0.45
autoreleaseMethod · 0.45
copyMethod · 0.45
headerMethod · 0.45

Tested by

no test coverage detected