Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ mainDelimiter
Method
mainDelimiter
src/core/imap/MCIMAPNamespace.cpp:72–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
char IMAPNamespace::mainDelimiter()
73
{
74
if (mItems->count() == 0)
75
return 0;
76
77
return mainItem()->delimiter();
78
}
79
80
Array * IMAPNamespace::prefixes()
81
{
Callers
1
login
Method · 0.45
Calls
2
count
Method · 0.45
delimiter
Method · 0.45
Tested by
no test coverage detected