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

Method content_type

mlspp/src/messages.cpp:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341ContentType
342GroupContent::content_type() const
343{
344 return tls::variant<ContentType>::type(content);
345}
346
347AuthenticatedContent
348AuthenticatedContent::sign(WireFormat wire_format,

Callers 11

protect_pubMethod · 0.80
protect_privMethod · 0.80
handleMethod · 0.80
unprotectMethod · 0.80
signMethod · 0.80
verifyMethod · 0.80
messages.cppFile · 0.80
AuthenticatedContentMethod · 0.80
SenderDataAADClass · 0.80
PrivateMessageMethod · 0.80

Calls 1

typeFunction · 0.85

Tested by

no test coverage detected