yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
common.cc File Reference
#include "cli/handlers/agent/common.h"
#include "absl/strings/ascii.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_replace.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::agent
 

Functions

std::string yaze::cli::agent::HarnessAddress (const std::string &host, int port)
 
std::string yaze::cli::agent::JsonEscape (absl::string_view value)
 
std::string yaze::cli::agent::YamlQuote (absl::string_view value)
 
std::string yaze::cli::agent::FormatOptionalTime (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToIso (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToJson (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToYaml (const std::optional< absl::Time > &time)
 
const char * yaze::cli::agent::TestRunStatusToString (TestRunStatus status)
 
bool yaze::cli::agent::IsTerminalStatus (TestRunStatus status)
 
std::optional< TestRunStatusyaze::cli::agent::ParseStatusFilter (absl::string_view value)
 
std::optional< WidgetTypeFilteryaze::cli::agent::ParseWidgetTypeFilter (absl::string_view value)