Skip to main content

run_study

Function run_study 

Source
pub fn run_study(
    commit: &str,
    max_count: usize,
    name: &str,
    max_cov_threshold: Option<f64>,
    group_by: &str,
) -> Result<()>