LCOV - code coverage report
Current view: top level - source/common/router - tls_context_match_criteria_impl.h (source / functions) Hit Total Coverage
Test: coverage.dat Lines: 0 2 0.0 %
Date: 2024-01-05 06:35:25 Functions: 0 2 0.0 %

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include "envoy/config/route/v3/route_components.pb.h"
       4             : #include "envoy/router/router.h"
       5             : 
       6             : namespace Envoy {
       7             : namespace Router {
       8             : 
       9             : class TlsContextMatchCriteriaImpl : public TlsContextMatchCriteria {
      10             : public:
      11             :   TlsContextMatchCriteriaImpl(
      12             :       const envoy::config::route::v3::RouteMatch::TlsContextMatchOptions& options);
      13             : 
      14           0 :   const absl::optional<bool>& presented() const override { return presented_; }
      15           0 :   const absl::optional<bool>& validated() const override { return validated_; }
      16             : 
      17             : private:
      18             :   absl::optional<bool> presented_;
      19             :   absl::optional<bool> validated_;
      20             : };
      21             : 
      22             : } // namespace Router
      23             : } // namespace Envoy

Generated by: LCOV version 1.15