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

Method pathForComponentsAndPrefix

src/core/imap/MCIMAPNamespace.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95String * IMAPNamespace::pathForComponentsAndPrefix(Array * components, String * prefix)
96{
97 IMAPNamespaceItem * item = itemForPath(prefix);
98 if (item == NULL)
99 return NULL;
100 return item->pathForComponents(components);
101}
102
103Array * IMAPNamespace::componentsFromPath(String * path)
104{

Callers

nothing calls this directly

Calls 1

pathForComponentsMethod · 0.45

Tested by

no test coverage detected