MCPcopy 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
71String * IMAPIdentity::infoForKey(String * key)
72{
73 return (String *) mValues->objectForKey(key);
74}
75
76void IMAPIdentity::setInfoForKey(String * key, String * value)
77{

Callers 2

identityMethod · 0.45
setClientIdentityMethod · 0.45

Calls 1

objectForKeyMethod · 0.80

Tested by

no test coverage detected