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

Method partForPartID

src/core/imap/MCIMAPMessage.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191AbstractPart * IMAPMessage::partForPartID(String * partID)
192{
193 return partForPartIDInPart(mainPart(), partID);
194}
195
196static AbstractPart * partForPartIDInPart(AbstractPart * part, String * partID)
197{

Callers

nothing calls this directly

Calls 1

partForPartIDInPartFunction · 0.85

Tested by

no test coverage detected