MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setMessageData

Method setMessageData

src/async/nntp/MCNNTPPostOperation.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void NNTPPostOperation::setMessageData(Data * data)
29{
30 MC_SAFE_REPLACE_RETAIN(Data, mMessageData, data);
31}
32
33Data * NNTPPostOperation::messageData()
34{

Callers 1

postMessageOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected