Function recheck_from_cache

Source
pub fn recheck_from_cache(
    output_snd: &XvcOutputSender,
    xvc_root: &XvcRoot,
    xvc_path: &XvcPath,
    cache_path: &XvcCachePath,
    recheck_method: RecheckMethod,
    ignore_writer: &Sender<IgnoreOp>,
) -> Result<()>
Expand description

Copies / links cache_path to xvc_path with recheck_method. WARNING: If xvc_path is already present, it will be deleted first. It also sends an ignore operation to ignore_writer.