Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setFrom
Method
setFrom
src/core/abstract/MCMessageHeader.cpp:241–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
void MessageHeader::setFrom(Address * from)
242
{
243
MC_SAFE_REPLACE_RETAIN(Address, mFrom, from);
244
}
245
246
Address * MessageHeader::from()
247
{
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