pub(crate) fn open_fresh_atlas_store_for_project(
db_path: &Path,
root: &Path,
config_path: Option<&Path>,
) -> Result<AtlasStore, CliError>Expand description
Open a current read snapshot, reconciling one safe bounded delta when possible.