Skip to main content

get_db_base_dir

Function get_db_base_dir 

Source
pub fn get_db_base_dir(scope: Scope) -> Result<PathBuf, Error>
Expand description

Returns the root directory of the package database for a given scope.

ยงErrors

Returns an error if the home directory or current directory cannot be determined.