MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / AddRecipient

Method AddRecipient

src/tripwire/mailmessage.cpp:84–87  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

82
83///////////////////////////////////////////////////////////////////////////////
84void cMailMessage::AddRecipient(const TSTRING& strRecipient)
85{
86 mvstrRecipients.push_back(strRecipient);
87}
88
89
90///////////////////////////////////////////////////////////////////////////////

Callers 2

EmailReportToFunction · 0.80
SendEmailTestMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected