Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
void NNTPFetchServerTimeOperation::main()
31
{
32
ErrorCode error;
33
mTime = session()->session()->fetchServerDate(&error);
34
setError(error);
35
}
Callers
nothing calls this directly
Calls
2
fetchServerDate
Method · 0.80
session
Method · 0.45
Tested by
no test coverage detected