Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void IMAPStoreLabelsOperation::setLabels(Array * labels)
62
{
63
MC_SAFE_REPLACE_RETAIN(Array, mLabels, labels);
64
}
65
66
Array * IMAPStoreLabelsOperation::labels()
67
{
Callers
2
storeLabelsByUIDOperation
Method · 0.80
storeLabelsByNumberOperation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected