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

Method main

src/async/nntp/MCNNTPFetchHeaderOperation.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void NNTPFetchHeaderOperation::main()
54{
55 ErrorCode error;
56 mHeader = session()->session()->fetchHeader(mGroupName, mMessageIndex, &error);
57 if (mHeader != NULL) {
58 mHeader->retain();
59 }
60 setError(error);
61}

Callers

nothing calls this directly

Calls 3

retainMethod · 0.80
fetchHeaderMethod · 0.45
sessionMethod · 0.45

Tested by

no test coverage detected