filter_existing_branches

Function filter_existing_branches 

Source
pub fn filter_existing_branches(
    repo: &str,
    owner: &str,
    candidates: &[String],
    domain: Option<&str>,
) -> Vec<String>
Expand description

Check multiple branches and return which ones exist. More efficient than get_branches for known candidate branches.