boilerplat to begin working on verify module -- to be developed in paralle to the install module which will load an external symbol if this module is available for simpler bootstrapping

This commit is contained in:
Chris Punches
2025-03-27 00:14:47 -04:00
parent 15360edc42
commit 49c73d1876
6 changed files with 438 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ int seal_final_package(const std::string &stage_dir, const std::string &output_d
*/
int unseal_package(const std::string& package_path, const std::string& output_dir, bool force);
/**
* @brief Unseals component files in a stage directory
*