SpECTRE Documentation Coverage Report
Current view: top level - Utilities/ErrorHandling - FormatStacktrace.hpp Hit Total Coverage
Commit: 7059ea97f5f3957f35115a92fe36d4c84bc04733 Lines: 1 3 33.3 %
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             : /// Formatter for Boost stacktrace, following these docs:
       6             : /// https://www.boost.org/doc/libs/1_78_0/doc/html/stacktrace/getting_started.html#stacktrace.getting_started.global_control_over_stacktrace_o
       7             : 
       8             : #pragma once
       9             : 
      10             : #include <boost/stacktrace/stacktrace_fwd.hpp>
      11             : #include <ostream>
      12             : 
      13           0 : std::string abbreviated_symbol_name(const std::string& symbol_name);
      14             : 
      15           0 : std::ostream& operator<<(std::ostream& os,
      16             :                          const boost::stacktrace::stacktrace& backtrace);

Generated by: LCOV version 1.14