SpECTRE Documentation Coverage Report
Current view: top level - Utilities/ErrorHandling - SegfaultHandler.hpp Hit Total Coverage
Commit: 7059ea97f5f3957f35115a92fe36d4c84bc04733 Lines: 2 2 100.0 %
Date: 2024-04-30 04:42:15
Legend: Lines: hit not hit

          Line data    Source code
       1           1 : // Distributed under the MIT License.
       2             : // See LICENSE.txt for details.
       3             : 
       4             : /// \file
       5             : /// Functions to enable handling segmentation faults
       6             : 
       7             : #pragma once
       8             : 
       9             : /// \ingroup ErrorHandlingGroup
      10             : /// After a call to this function, the code will handle `SIGSEGV` segmentation
      11             : /// faults by printing an error with a stacktrace.
      12           1 : void enable_segfault_handler();

Generated by: LCOV version 1.14