Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ Multipart
Method
Multipart
src/core/rfc822/MCMultipart.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
using namespace mailcore;
6
7
Multipart::Multipart()
8
{
9
init();
10
}
11
12
Multipart::Multipart(Multipart * other) : AbstractMultipart(other)
13
{
Callers
nothing calls this directly
Calls
2
init
Function · 0.85
partID
Method · 0.45
Tested by
no test coverage detected