Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
using namespace mailcore;
7
8
AbstractMessage::AbstractMessage()
9
{
10
init();
11
}
12
13
AbstractMessage::AbstractMessage(AbstractMessage * other)
14
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.85
Tested by
no test coverage detected