pub(crate) fn open(
engine: &Arc<Engine>,
) -> Result<BTreeMap<&'static str, Arc<Map>>>Expand description
Opens every configured map in the built-in catalog.
The returned index contains only descriptors that are live and present in the opened database. Individual map handles share the supplied engine.