Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ header
Method
header
src/core/abstract/MCAbstractMessagePart.cpp:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
MessageHeader * AbstractMessagePart::header()
49
{
50
if (mHeader == NULL) {
51
mHeader = new MessageHeader();
52
}
53
return mHeader;
54
}
55
56
void AbstractMessagePart::setHeader(MessageHeader * header)
57
{
Callers
1
AbstractMessagePart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected