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