SpECTRE Documentation Coverage Report
Current view: top level - Options - Tags.hpp Hit Total Coverage
Commit: aabde07399ba7837e5db64eedfd0a21f31f96922 Lines: 1 4 25.0 %
Date: 2024-04-26 02:38:13
Legend: Lines: hit not hit

          Line data    Source code
       1           0 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : #pragma once
       5             : 
       6             : #include <string>
       7             : #include <vector>
       8             : 
       9             : #include "DataStructures/DataBox/Tag.hpp"
      10             : 
      11           0 : namespace Options::Tags {
      12             : /// Option parser tag to retrieve the YAML source and all applied
      13             : /// overlays.  This tag can be requested without providing it as a
      14             : /// template parameter to the Parser.
      15           1 : struct InputSource {
      16           0 :   using type = std::vector<std::string>;
      17             : };
      18             : }  // namespace Options::Tags

Generated by: LCOV version 1.14