Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
using namespace mailcore;
14
15
AbstractPart::AbstractPart()
16
{
17
init();
18
}
19
20
AbstractPart::AbstractPart(AbstractPart * other)
21
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.85
Tested by
no test coverage detected