chromium/components/metrics/structured/event_validator.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/metrics/structured/event_validator.h"

#include <cstdint>
#include <string_view>

namespace metrics::structured {

EventValidator::EventValidator(uint64_t event_hash, bool force_record)
    :{}
EventValidator::~EventValidator() = default;

uint64_t EventValidator::event_hash() const {}

bool EventValidator::can_force_record() const {}

std::optional<EventValidator::MetricMetadata> EventValidator::GetMetricMetadata(
    const std::string& metric_name) const {}

std::optional<std::string_view> EventValidator::GetMetricName(
    uint64_t metric_name_hash) const {}

}  // namespace metrics::structured