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

Method main

src/async/nntp/MCNNTPPostOperation.cpp:48–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void NNTPPostOperation::main()
49{
50 ErrorCode error;
51 if (mMessageFilepath != NULL) {
52 session()->session()->postMessage(mMessageFilepath, this, &error);
53 }
54 else {
55 session()->session()->postMessage(mMessageData, this, &error);
56 }
57 setError(error);
58}

Callers

nothing calls this directly

Calls 2

postMessageMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected