pub fn dataset_dir_for(
versioned_datasets_base_dir: Option<&Path>,
custom_parameters: &CustomParameters,
versioned_dataset_dir: &VersionedDatasetDir,
git_working_dir: &GitWorkingDir,
commit_id: &GitHash,
fetched_tags: FetchedTags,
) -> Result<Option<PathBuf>>Expand description
Find the matching dataset if both the
versioned_datasets_base_dir config and the DATASET custom
parameter values are provided. Wants to be assured via
fetched_tags that git fetch --tags was run (see methods that
return a FetchedTags).