pub fn entry_for_test(account: &str) -> Result<Entry, KeyError>Expand description
Test-only: reaches [entry_for] across the crate boundary. Exists so an
integration test can install a specific keyring store and assert which
entry-construction path the chokepoint took, without re-implementing its
dispatch.