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

Function mc_foreachhashmapKeyAndValue

src/core/abstract/MCAbstractPart.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 result->appendUTF8Format("attachment: %i\n", mAttachment);
87 if (mContentTypeParameters != NULL) {
88 mc_foreachhashmapKeyAndValue(String, key, String, value, mContentTypeParameters) {
89 result->appendUTF8Format("%s: %s\n", key->UTF8Characters(), value->UTF8Characters());
90 }
91 }
92 result->appendUTF8Format(">");
93

Callers 3

isEqualMethod · 0.50
serializableMethod · 0.50
IMAPIdentityMethod · 0.50

Calls 2

appendUTF8FormatMethod · 0.80
UTF8CharactersMethod · 0.80

Tested by

no test coverage detected