Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setHTMLBody
Method
setHTMLBody
src/core/rfc822/MCMessageBuilder.cpp:633–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
}
632
633
void MessageBuilder::setHTMLBody(String * htmlBody)
634
{
635
MC_SAFE_REPLACE_COPY(String, mHTMLBody, htmlBody);
636
}
637
638
String * MessageBuilder::htmlBody()
639
{
Callers
4
testMessageBuilder1
Function · 0.45
testMessageBuilder2
Function · 0.45
testMessageBuilder3
Function · 0.45
testMessageBuilder
Function · 0.45
Calls
no outgoing calls
Tested by
4
testMessageBuilder1
Function · 0.36
testMessageBuilder2
Function · 0.36
testMessageBuilder3
Function · 0.36
testMessageBuilder
Function · 0.36