pub fn check_blocks<'input, 'a: 'input, I>(
blocks: I,
program: &'input CheckProgram<'a>,
context: &mut MatchContext<'input, 'a>,
) -> TestResultwhere
I: IntoIterator<Item = BlockInfo>,
Expand description
Evaluate all check operations in the given blocks