Skip to main content

write_csv

Function write_csv 

Source
pub fn write_csv(run: &AnalysisRun, path: &Path) -> Result<()>
Expand description

Write a two-section CSV: language summary followed by per-file detail.

ยงErrors

Returns an error if the file cannot be written.