Skip to main content

index_with_gc_filtered

Function index_with_gc_filtered 

Source
pub async fn index_with_gc_filtered(
    root: &Path,
    src: &Path,
    repo: &str,
    view: &str,
    gc_after: bool,
    filter: &IndexFilter,
) -> Result<(IndexSummary, Option<GcSummary>)>
Expand description

index_with_gc, with control over which paths enter the view (#209).