Skip to main content

entry_for_test

Function entry_for_test 

Source
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.