Module xvc_file::recheck

source ·
Expand description

Data structures and functions for xvc file recheck.

Structs

  • Check out file from cache by a copy or link

Enums

Functions

  • Run xvc file recheck command on the repository xvc_root with cli_opts options.
  • Build a recheck handler in a separate thread and connect it with a channel. You must build an ignore writer with make_ignore_handler before building this. All rechecked files are gitignored using given ignore_handler. Use the returned channel to send RecheckOp messages to recheck files, then send None to the channel to exit from the loop and join the returned thread.

Type Aliases

  • The actual messages in channels are Option<T> to close the channel by sending None when the operation ends.