Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setDate
Method
setDate
src/core/abstract/MCMessageHeader.cpp:211–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
void MessageHeader::setDate(time_t date)
212
{
213
mDate = date;
214
}
215
216
time_t MessageHeader::date()
217
{
Callers
4
testMessageBuilder1
Function · 0.45
testMessageBuilder2
Function · 0.45
testMessageBuilder3
Function · 0.45
prepareHeaderForUnitTest
Function · 0.45
Calls
no outgoing calls
Tested by
4
testMessageBuilder1
Function · 0.36
testMessageBuilder2
Function · 0.36
testMessageBuilder3
Function · 0.36
prepareHeaderForUnitTest
Function · 0.36