| 641 | |
| 642 | |
| 643 | bool isCompatibleHeader(const Block & actual, const Block & desired) |
| 644 | { |
| 645 | return checkBlockStructure<bool>(actual, desired, {}, true); |
| 646 | } |
| 647 | |
| 648 | |
| 649 | void assertCompatibleHeader(const Block & actual, const Block & desired, const std::string & context_description) |
no outgoing calls
no test coverage detected