#include "app/editor/oracle/panels/oracle_validation_view_model.h"#include <chrono>#include <ctime>#include "nlohmann/json.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::oracle_validation |
| namespace | yaze::editor::oracle_validation::anonymous_namespace{oracle_validation_view_model.cc} |
Typedefs | |
| using | yaze::editor::oracle_validation::anonymous_namespace{oracle_validation_view_model.cc}::json = nlohmann::json |
Functions | |
| std::string | yaze::editor::oracle_validation::CurrentTimestamp () |
| std::vector< std::string > | yaze::editor::oracle_validation::BuildSmokeArgs (const SmokeOptions &opts) |
| std::vector< std::string > | yaze::editor::oracle_validation::BuildPreflightArgs (const PreflightOptions &opts) |
| std::string | yaze::editor::oracle_validation::BuildCliCommand (const std::string &command_name, const std::vector< std::string > &args) |
| absl::StatusOr< SmokeResult > | yaze::editor::oracle_validation::ParseSmokeCheckOutput (const std::string &json_str) |
| absl::StatusOr< PreflightResult > | yaze::editor::oracle_validation::ParsePreflightOutput (const std::string &json_str) |