LCOV - code coverage report
Current view: top level - envoy/singleton - instance.h (source / functions) Hit Total Coverage
Test: coverage.dat Lines: 1 1 100.0 %
Date: 2024-01-05 06:35:25 Functions: 1 1 100.0 %

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include <memory>
       4             : 
       5             : namespace Envoy {
       6             : namespace Singleton {
       7             : 
       8             : /**
       9             :  * All singletons must derive from this type.
      10             :  */
      11             : class Instance {
      12             : public:
      13        1820 :   virtual ~Instance() = default;
      14             : };
      15             : 
      16             : using InstanceSharedPtr = std::shared_ptr<Instance>;
      17             : 
      18             : } // namespace Singleton
      19             : } // namespace Envoy

Generated by: LCOV version 1.15