pub(crate) fn verify_saved_source_matches_index_controlled(
db_path: &Path,
root: &Path,
config_path: Option<&Path>,
control: &IndexWorkControl,
) -> Result<(), CliError>Expand description
Verify exact saved source against the index without publishing a repair.