Skip to main content

scan_path

Function scan_path 

Source
fn scan_path(
    fragment: &Fragment,
    host_root: Option<&str>,
    line_index: &LineIndex,
    path: &Path,
    findings: &mut Vec<(usize, Finding)>,
)