Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setInReplyTo
Method
setInReplyTo
src/core/abstract/MCMessageHeader.cpp:201–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
void MessageHeader::setInReplyTo(Array * inReplyTo)
202
{
203
MC_SAFE_REPLACE_COPY(Array, mInReplyTo, inReplyTo);
204
}
205
206
Array * MessageHeader::inReplyTo()
207
{
Callers
2
replyHeader
Method · 0.45
forwardHeader
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected