takane
Validators for ArtifactDB file formats
|
Definitions for RDS files. More...
Functions | |
void | validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options) |
Definitions for RDS files.
|
inline |
If Options::rds_file_strict_check
is provided, this enables stricter checking of the RDS file contents. By default, we just look at the first few bytes to verify the files.
path | Path to the directory containing the RDS file. |
metadata | Metadata for the object, typically read from its OBJECT file. |
options | Validation options. |