#include <data.h>
Static Public Member Functions | |
| static absl::StatusOr< Data > | Open (std::string_view data_dir) |
Public Attributes | |
| Filter | include_filter |
| Filter | exclude_filter |
| Catalog | catalog |
| std::filesystem::path | secondary_dir |
In memory representation of the contents of the data directory
All the data needed to run the license checker.
|
static |
Definition at line 14 of file data.cc.
References catalog, exclude_filter, include_filter, Catalog::Open(), Filter::Open(), and secondary_dir.
Referenced by LicenseChecker::FileRun(), and LicenseChecker::Run().
| std::filesystem::path Data::secondary_dir |