MCPcopy 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
128void MailProvider::setIdentifier(String * identifier)
129{
130 MC_SAFE_REPLACE_COPY(String, mIdentifier, identifier);
131}
132
133String * MailProvider::identifier()
134{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected