Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ main
Method
main
src/async/imap/MCIMAPIdentityOperation.cpp:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void IMAPIdentityOperation::main()
45
{
46
ErrorCode error;
47
mServerIdentity = session()->session()->identity(mClientIdentity, &error);
48
MC_SAFE_RETAIN(mServerIdentity);
49
setError(error);
50
}
51
Callers
nothing calls this directly
Calls
2
identity
Method · 0.80
session
Method · 0.45
Tested by
no test coverage detected