Function check_version_control

Source
pub fn check_version_control<P: AsRef<Path>>(
    path: P,
    opts: &CheckOptions,
) -> VCSResult<()>
Expand description

Based on the CheckOptions passed it does test on the version control at path. See CheckOptions for more details on what checks do and don’t get run depending on what is passed