Android-cuttlefish cvd tool
Namespaces | Functions | Variables
github_environment.cc File Reference
#include "cuttlefish/metrics/host/github_environment.h"
#include <optional>
#include <string>
#include <string_view>
#include "cuttlefish/common/libs/utils/environment.h"
Include dependency graph for github_environment.cc:

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{github_environment.cc}
 

Functions

GitHubRepository cuttlefish::anonymous_namespace{github_environment.cc}::ToGitHubRepository (std::string_view gh_env_str)
 
std::optional< GitHubRepository > cuttlefish::DetectGitHubRepository ()
 

Variables

constexpr std::string_view cuttlefish::anonymous_namespace{github_environment.cc}::kGitHubActions = "GITHUB_ACTIONS"
 
constexpr std::string_view cuttlefish::anonymous_namespace{github_environment.cc}::kGitHubRepository = "GITHUB_REPOSITORY"
 
constexpr std::string_view cuttlefish::anonymous_namespace{github_environment.cc}::kAndroidCuttlefish = "google/android-cuttlefish"
 
constexpr std::string_view cuttlefish::anonymous_namespace{github_environment.cc}::kCloudAndroidOrchestration