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

Method ValidatedContent

mlspp/src/messages.cpp:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472ValidatedContent::ValidatedContent(AuthenticatedContent content_auth_in)
473 : content_auth(std::move(content_auth_in))
474{
475}
476
477bool
478operator==(const ValidatedContent& lhs, const ValidatedContent& rhs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected