| 470 | } |
| 471 | |
| 472 | ValidatedContent::ValidatedContent(AuthenticatedContent content_auth_in) |
| 473 | : content_auth(std::move(content_auth_in)) |
| 474 | { |
| 475 | } |
| 476 | |
| 477 | bool |
| 478 | operator==(const ValidatedContent& lhs, const ValidatedContent& rhs) |
nothing calls this directly
no outgoing calls
no test coverage detected