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

Method MessagePart

src/core/rfc822/MCMessagePart.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace mailcore;
6
7MessagePart::MessagePart()
8{
9 init();
10}
11
12MessagePart::MessagePart(MessagePart * other) : AbstractMessagePart(other)
13{

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
partIDMethod · 0.45

Tested by

no test coverage detected