Skip to main content

list_branches

Function list_branches 

Source
pub fn list_branches(void_dir: &Utf8Path) -> Result<Vec<String>>
Expand description

List all branch names.

§Errors

Returns VoidError::Io if directory traversal fails.