MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / partForPartIDInMessagePart

Function partForPartIDInMessagePart

src/core/imap/MCIMAPMessage.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222static AbstractPart * partForPartIDInMessagePart(AbstractMessagePart * part, String * partID)
223{
224 return partForPartIDInPart(part->mainPart(), partID);
225}
226
227static AbstractPart * partForPartIDInMultipart(AbstractMultipart * part, String * partID)
228{

Callers 1

partForPartIDInPartFunction · 0.85

Calls 2

partForPartIDInPartFunction · 0.85
mainPartMethod · 0.45

Tested by

no test coverage detected