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