| 846 | |
| 847 | |
| 848 | void assertCompatibleHeader(const Block & actual, const Block & desired, std::string_view context_description) |
| 849 | { |
| 850 | checkBlockStructure<void>(actual, desired, context_description, true); |
| 851 | } |
| 852 | |
| 853 | |
| 854 | void getBlocksDifference(const Block & lhs, const Block & rhs, std::string & out_lhs_diff, std::string & out_rhs_diff) |
no outgoing calls
no test coverage detected