Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setMessage
Method
setMessage
src/async/imap/MCIMAPMessageRenderingOperation.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void IMAPMessageRenderingOperation::setMessage(IMAPMessage * message)
40
{
41
MC_SAFE_REPLACE_COPY(IMAPMessage, mMessage, message);
42
}
43
44
IMAPMessage * IMAPMessageRenderingOperation::message()
45
{
Callers
1
renderingOperation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected