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

Method AbstractPart

src/core/abstract/MCAbstractPart.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13using namespace mailcore;
14
15AbstractPart::AbstractPart()
16{
17 init();
18}
19
20AbstractPart::AbstractPart(AbstractPart * other)
21{

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected