enforce_incremental_count

Function enforce_incremental_count 

Source
fn enforce_incremental_count<T>(
    root: &Path,
    _context: &'static str,
    count: usize,
    sample: &BTreeSet<T>,
) -> Result<(), CliError>
where T: ToString + Ord,
Expand description

Enforce one path/key count before incremental graph work expands further.