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

Method header

src/core/abstract/MCAbstractMessagePart.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48MessageHeader * AbstractMessagePart::header()
49{
50 if (mHeader == NULL) {
51 mHeader = new MessageHeader();
52 }
53 return mHeader;
54}
55
56void AbstractMessagePart::setHeader(MessageHeader * header)
57{

Callers 1

AbstractMessagePartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected