Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setParts
Method
setParts
src/core/abstract/MCAbstractMultipart.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void AbstractMultipart::setParts(Array * parts)
40
{
41
MC_SAFE_REPLACE_COPY(Array, mParts, parts);
42
}
43
44
String * AbstractMultipart::description()
45
{
Callers
2
attachmentWithIMAPBodyMultipart
Method · 0.45
fillMultipartSubAttachments
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected