Function branches

Source
pub fn branches(
    browser: &Browser<'_>,
    filter: RefScope,
) -> Result<Vec<Branch>, Error>
Expand description

Given a project id to a repo returns the list of branches.

§Errors

Will return Error if the project doesn’t exist or the surf interaction fails.