| 635 | |
| 636 | |
| 637 | void assertBlocksHaveEqualStructure(const Block & lhs, const Block & rhs, const std::string & context_description) |
| 638 | { |
| 639 | checkBlockStructure<void>(lhs, rhs, context_description, false); |
| 640 | } |
| 641 | |
| 642 | |
| 643 | bool isCompatibleHeader(const Block & actual, const Block & desired) |
no outgoing calls
no test coverage detected