fn get_common_call(
    commands: &Commands<'_, '_>,
    block_a: BlockId,
    block_b: BlockId
) -> Option<(BlockId, (BlockId, usize), (BlockId, usize))>
Expand description

Extracts the first common function call in the calls chains of block_a and block_b