| 840 | |
| 841 | |
| 842 | bool isCompatibleHeader(const Block & actual, const Block & desired) |
| 843 | { |
| 844 | return checkBlockStructure<bool>(actual, desired, "", true); |
| 845 | } |
| 846 | |
| 847 | |
| 848 | void assertCompatibleHeader(const Block & actual, const Block & desired, std::string_view context_description) |
no outgoing calls
no test coverage detected