Skip to main content

collect_contract_debug_scopes

Function collect_contract_debug_scopes 

Source
fn collect_contract_debug_scopes(
    source_map: &SourceMap,
    contract: &ItemContract<'_>,
    contract_range: Range<usize>,
    out: &mut Vec<DebugSourceScope>,
)