Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ connectIfNeeded
Method
connectIfNeeded
src/core/pop/MCPOPSession.cpp:200–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void POPSession::connectIfNeeded(ErrorCode * pError)
201
{
202
if (mState == STATE_DISCONNECTED) {
203
connect(pError);
204
}
205
else {
206
* pError = ErrorNone;
207
}
208
}
209
210
void POPSession::connect(ErrorCode * pError)
211
{
Callers
1
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected