SpECTRE Documentation Coverage Report
Current view: top level - Utilities/System - Exit.hpp Hit Total Coverage
Commit: 37c384043430860f87787999aa7399d01bb3d213 Lines: 1 2 50.0 %
Date: 2024-04-20 02:24:02
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             : namespace sys {
       7             : 
       8             : /// \ingroup UtilitiesGroup
       9             : /// \brief Exit the program normally.
      10             : /// This should only be called once over all processors.
      11           1 : [[noreturn]] void exit(int exit_code = 0);
      12             : 
      13             : }  // namespace sys

Generated by: LCOV version 1.14