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

Method setLabels

src/async/imap/MCIMAPStoreLabelsOperation.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void IMAPStoreLabelsOperation::setLabels(Array * labels)
62{
63 MC_SAFE_REPLACE_RETAIN(Array, mLabels, labels);
64}
65
66Array * IMAPStoreLabelsOperation::labels()
67{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected