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

Method copy

src/core/rfc822/MCMultipart.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38Object * Multipart::copy()
39{
40 return new Multipart(this);
41}
42
43static void * createObject()
44{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected