fn find_anchor_branch_inner(
bytecode: &[u8],
source_map: &SourceMap,
item_id: u32,
loc: &SourceLocation,
exact: bool,
) -> Result<(ItemAnchor, ItemAnchor)>Expand description
Matches exact ternary spans to exclude nested decisions.