MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / PublicMessage

Method PublicMessage

mlspp/src/messages.cpp:587–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587PublicMessage::PublicMessage(AuthenticatedContent content_auth)
588 : content(std::move(content_auth.content))
589 , auth(std::move(content_auth.auth))
590{
591 if (content_auth.wire_format != WireFormat::mls_public_message) {
592 throw InvalidParameterError("Wire format mismatch (not mls_plaintext)");
593 }
594}
595
596struct GroupContentTBM
597{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected