Skip to main content

match_function_coverage

Function match_function_coverage 

Source
pub fn match_function_coverage(
    function: &SourceFunction,
    coverage_index: &HashMap<(String, usize), CoverageRecord>,
) -> Option<CoverageRecord>