Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ parts
Method
parts
src/core/abstract/MCAbstractMultipart.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
Array * AbstractMultipart::parts()
35
{
36
return mParts;
37
}
38
39
void AbstractMultipart::setParts(Array * parts)
40
{
Callers
10
preparePartForUnitTest
Function · 0.45
applyUniquePartID
Method · 0.45
AbstractMultipart
Method · 0.45
preferredPartInMultipartAlternative
Function · 0.45
multipartContainsMimeType
Function · 0.45
htmlForAbstractMultipartAlternative
Function · 0.45
htmlForAbstractMultipartMixed
Function · 0.45
htmlForAbstractMultipartRelated
Function · 0.45
partForPartIDInMultipart
Function · 0.45
recursiveSetupPartIDWithMultipart
Method · 0.45
Calls
no outgoing calls
Tested by
1
preparePartForUnitTest
Function · 0.36