Skip to main content

resolve

Function resolve 

Source
pub fn resolve(configured: Option<&[PathBuf]>) -> Result<Credential>
Expand description

Production resolver: the env override, then configured paths, then the platform defaults. Tests use resolve_from, which takes both as inputs.