pub fn collect_items<'a>(
all_refs: impl IntoIterator<Item = (&'a RefName, LocalRemoteRefTarget<'a>)>,
predicates: &RefFilterPredicates,
) -> Vec<RefListItem>Expand description
Builds a list of local/remote refs matching the given predicates.