Function protect_stale_branches

Source
pub fn protect_stale_branches(
    graph: &mut Graph,
    repo: &dyn Repo,
    earlier_than: SystemTime,
    ignore: &[Oid],
)