Skip to main content

analyze

Function analyze 

Source
pub fn analyze<P: AsRef<Path>>(
    paths: &[P],
    config: &Config,
) -> Result<AnalysisResult>
Expand description

Analyze code statistics for the given paths.

This is the main entry point for the library.