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

Method setMessageFilepath

src/async/nntp/MCNNTPPostOperation.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void NNTPPostOperation::setMessageFilepath(String * path)
39{
40 MC_SAFE_REPLACE_RETAIN(String, mMessageFilepath, path);
41}
42
43String * NNTPPostOperation::messageFilepath()
44{

Callers 1

postMessageOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected