Function trim_stale_branches

Source
pub fn trim_stale_branches(
    graph: &mut Graph,
    repo: &dyn Repo,
    earlier_than: SystemTime,
    ignore: &[Oid],
) -> Vec<Branch>