Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ infoForKey
Method
infoForKey
src/core/imap/MCIMAPIdentity.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
String * IMAPIdentity::infoForKey(String * key)
72
{
73
return (String *) mValues->objectForKey(key);
74
}
75
76
void IMAPIdentity::setInfoForKey(String * key, String * value)
77
{
Callers
2
identity
Method · 0.45
setClientIdentity
Method · 0.45
Calls
1
objectForKey
Method · 0.80
Tested by
no test coverage detected