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

Method mainPrefix

src/core/imap/MCIMAPNamespace.cpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64String * IMAPNamespace::mainPrefix()
65{
66 if (mItems->count() == 0)
67 return NULL;
68
69 return mainItem()->prefix();
70}
71
72char IMAPNamespace::mainDelimiter()
73{

Callers 2

fetchAllFoldersMethod · 0.45

Calls 2

countMethod · 0.45
prefixMethod · 0.45

Tested by

no test coverage detected