Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
using namespace mailcore;
4
5
AbstractMultipart::AbstractMultipart()
6
{
7
init();
8
}
9
10
AbstractMultipart::AbstractMultipart(AbstractMultipart * other) : AbstractPart(other)
11
{
Callers
nothing calls this directly
Calls
8
init
Function · 0.85
objectAtIndex
Method · 0.80
partType
Method · 0.45
count
Method · 0.45
parts
Method · 0.45
addObject
Method · 0.45
autorelease
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected