Skip to main content

get_blockers

Function get_blockers 

Source
pub fn get_blockers<S: BuildHasher>(
    item_id: &str,
    states: &HashMap<String, WorkItemState, S>,
) -> HashSet<String>
Expand description

Return the set of item IDs blocking the given item.

Returns an empty set if the item is not present or has no blockers.