Skip to main content

project_stats

Function project_stats 

Source
pub fn project_stats(
    project_root: &ProjectRoot,
    store: &AnnotationStore,
    resolvers: &ResolverRegistry,
) -> ProjectStats
Expand description

Compute project statistics from loaded stores.

Scans all resolver-supported source files under project_root, counts lines and bytes, then compares against annotation token cost.