detect_unreachable_code

Function detect_unreachable_code 

Source
pub fn detect_unreachable_code(
    source: &str,
    file_path: &str,
    _language: Language,
) -> Vec<UnreachableCode>
Expand description

Detect unreachable code in a function body