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

Method runOperation

src/async/nntp/MCNNTPAsyncSession.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void NNTPAsyncSession::runOperation(NNTPOperation * operation)
280{
281 mQueue->addOperation(operation);
282}
283
284void NNTPAsyncSession::setConnectionLogger(ConnectionLogger * logger)
285{

Callers 1

startMethod · 0.45

Calls 1

addOperationMethod · 0.45

Tested by

no test coverage detected