• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2023 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include "components/metrics/structured/event_storage.h"
6 
7 namespace metrics::structured {
IsReady()8 bool EventStorage::IsReady() {
9   return true;
10 }
11 }  // namespace metrics::structured
12