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

Method copy

src/core/abstract/MCAbstractMultipart.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70Object * AbstractMultipart::copy()
71{
72 return new AbstractMultipart(this);
73}
74
75AbstractPart * AbstractMultipart::partForContentID(String * contentID)
76{

Callers 1

AbstractMultipartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected