Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void IMAPNamespaceItem::setPrefix(String * prefix)
47
{
48
MC_SAFE_REPLACE_COPY(String, mPrefix, prefix);
49
}
50
51
String * IMAPNamespaceItem::prefix()
52
{
Callers
1
namespaceWithPrefix
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected