LCOV - code coverage report
Current view: top level - libs/http_proto/src/rfc - parameter.cpp (source / functions) Hit Total Coverage
Test: coverage_filtered.info Lines: 0 2 0.0 %
Date: 2024-03-08 19:26:15 Functions: 0 1 0.0 %

          Line data    Source code
       1             : //
       2             : // Copyright (c) 2021 Vinnie Falco (vinnie.falco@gmail.com)
       3             : //
       4             : // Distributed under the Boost Software License, Version 1.0. (See accompanying
       5             : // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       6             : //
       7             : // Official repository: https://github.com/cppalliance/http_proto
       8             : //
       9             : 
      10             : #include <boost/http_proto/rfc/parameter.hpp>
      11             : #include <boost/url/grammar/parse.hpp>
      12             : 
      13             : namespace boost {
      14             : namespace http_proto {
      15             : 
      16             : auto
      17           0 : parameter_rule_t::
      18             : parse(
      19             :     char const*& it,
      20             :     char const* end) const noexcept ->
      21             :         system::result<value_type>
      22             : {
      23             :     (void)it;
      24             :     (void)end;
      25           0 :     return system::error_code{};
      26             : }
      27             : 
      28             : } // http_proto
      29             : } // boost

Generated by: LCOV version 1.15