pub fn diff_recheck_method(
default_recheck_method: RecheckMethod,
stored_recheck_method_store: &XvcStore<RecheckMethod>,
requested_recheck_method: Option<RecheckMethod>,
entities: &HashSet<XvcEntity>,
) -> DiffStore<RecheckMethod>
Expand description
For each command, we have a single requested_recheck_method. We build an actual store by repeating it for all entities we have.
If there is no requested_recheck_method, we use the stored one and if there is nothing in the store, we use the default from config.