Skip to main content

collect_items

Function collect_items 

Source
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.