pub fn update_store_records<T>(
xvc_root: &XvcRoot,
diffs: &DiffStore<T>,
add_new: bool,
remove_missing: bool,
) -> Result<()>where
T: Storable,
Expand description
Record store records checking their Diff. It loads the store and creates a new store by apply_diff, then saves it. TODO: This may be optimized for in place update when stores get larger.