MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setPrefix

Method setPrefix

src/core/imap/MCIMAPNamespaceItem.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void IMAPNamespaceItem::setPrefix(String * prefix)
47{
48 MC_SAFE_REPLACE_COPY(String, mPrefix, prefix);
49}
50
51String * IMAPNamespaceItem::prefix()
52{

Callers 1

namespaceWithPrefixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected