Skip to main content

load_local_raw

Function load_local_raw 

Source
pub fn load_local_raw<P: AsRef<Path>>(repo_path: P) -> AuthStore
Expand description

Read a local (per-repo) store. Returns empty if the repo has no .torii/auth.toml. Never falls back to global — that’s the merge step’s job (resolve_token).