Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setBcc
Method
setBcc
src/core/abstract/MCMessageHeader.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
void MessageHeader::setBcc(Array * bcc)
272
{
273
MC_SAFE_REPLACE_COPY(Array, mBcc, bcc);
274
}
275
276
Array * MessageHeader::bcc()
277
{
Callers
1
testMessageBuilder
Function · 0.45
Calls
no outgoing calls
Tested by
1
testMessageBuilder
Function · 0.36