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

Method AbstractMessage

src/core/abstract/MCAbstractMessage.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace mailcore;
7
8AbstractMessage::AbstractMessage()
9{
10 init();
11}
12
13AbstractMessage::AbstractMessage(AbstractMessage * other)
14{

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected