fn is_parent(child: usize, parent: usize, block_ctx: &BlockContext<'_>) -> boolExpand description
Helper function to check if child is in the scope of parent
fn is_parent(child: usize, parent: usize, block_ctx: &BlockContext<'_>) -> boolHelper function to check if child is in the scope of parent