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

Method AbstractMultipart

src/core/abstract/MCAbstractMultipart.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace mailcore;
4
5AbstractMultipart::AbstractMultipart()
6{
7 init();
8}
9
10AbstractMultipart::AbstractMultipart(AbstractMultipart * other) : AbstractPart(other)
11{

Callers

nothing calls this directly

Calls 8

initFunction · 0.85
objectAtIndexMethod · 0.80
partTypeMethod · 0.45
countMethod · 0.45
partsMethod · 0.45
addObjectMethod · 0.45
autoreleaseMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected