MCPcopy 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
39void AbstractMultipart::setParts(Array * parts)
40{
41 MC_SAFE_REPLACE_COPY(Array, mParts, parts);
42}
43
44String * AbstractMultipart::description()
45{

Calls

no outgoing calls

Tested by

no test coverage detected