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

Method fetchHeaderOperation

src/async/nntp/MCNNTPAsyncSession.cpp:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175NNTPFetchHeaderOperation * NNTPAsyncSession::fetchHeaderOperation(String * groupName, unsigned int index)
176{
177 NNTPFetchHeaderOperation * op = new NNTPFetchHeaderOperation();
178 op->setSession(this);
179 op->setGroupName(groupName);
180 op->setMessageIndex(index);
181 op->autorelease();
182 return op;
183}
184
185NNTPFetchArticleOperation * NNTPAsyncSession::fetchArticleOperation(String * groupName, unsigned int index)
186{

Callers

nothing calls this directly

Calls 4

setSessionMethod · 0.45
setGroupNameMethod · 0.45
setMessageIndexMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected