find_repo_root_folder

Function find_repo_root_folder 

Source
pub fn find_repo_root_folder() -> Result<PathBuf>
Expand description

returns a path pointing to the folder containing .repo, or io::Error in case the .repo folder couldn’t been found in the cwd or any of its parent folders.