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

Method copy

src/core/abstract/MCAbstractMessagePart.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43Object * AbstractMessagePart::copy()
44{
45 return new AbstractMessagePart(this);
46}
47
48MessageHeader * AbstractMessagePart::header()
49{

Callers 1

AbstractMessagePartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected