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

Method main

src/async/nntp/MCNNTPFetchServerTimeOperation.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void NNTPFetchServerTimeOperation::main()
31{
32 ErrorCode error;
33 mTime = session()->session()->fetchServerDate(&error);
34 setError(error);
35}

Callers

nothing calls this directly

Calls 2

fetchServerDateMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected