Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setIdentifier
Method
setIdentifier
src/core/provider/MCMailProvider.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void MailProvider::setIdentifier(String * identifier)
129
{
130
MC_SAFE_REPLACE_COPY(String, mIdentifier, identifier);
131
}
132
133
String * MailProvider::identifier()
134
{
Callers
1
mc_foreachhashmapKeyAndValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected