Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ AbstractMessagePart
Method
AbstractMessagePart
src/core/abstract/MCAbstractMessagePart.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
AbstractMessagePart::AbstractMessagePart()
15
{
16
init();
17
}
18
19
AbstractMessagePart::AbstractMessagePart(AbstractMessagePart * other) : AbstractPart(other)
20
{
Callers
nothing calls this directly
Calls
5
init
Function · 0.85
mainPart
Method · 0.45
autorelease
Method · 0.45
copy
Method · 0.45
header
Method · 0.45
Tested by
no test coverage detected