pub fn prefixed(store: Arc<InMemory>, prefix: &str) -> Arc<DynObjectStore> ⓘAvailable on crate feature
testing only.Expand description
A PrefixStore-wrapping helper, mirroring how a real arm roots req.key
under a securable prefix. Exposed for tests that want to assert prefix
confinement explicitly.