[−][src]Function super_analyzer_core::static_analysis::code::analyze_file
fn analyze_file<P: AsRef<Path>, T: AsRef<Path>>(
path: P,
dist_folder: T,
rules: &[Rule],
manifest: &Option<Manifest>,
results: &Mutex<Vec<Vulnerability>>
) -> Result<(), Error>
Analyzes the given file.