![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <util/check.h>#include <bitcoin-build-config.h>#include <clientversion.h>#include <tinyformat.h>#include <cstdio>#include <cstdlib>#include <source_location>#include <string>#include <string_view>Go to the source code of this file.
Functions | |
| std::string | StrFormatInternalBug (std::string_view msg, const std::source_location &loc) |
| void | assertion_fail (const std::source_location &loc, std::string_view assertion) |
| Internal helper. | |
Variables | |
| bool | g_detail_test_only_CheckFailuresAreExceptionsNotAborts {false} |
| std::atomic< bool > | g_enable_dynamic_fuzz_determinism {false} |
| void assertion_fail | ( | const std::source_location & | loc, |
| std::string_view | assertion ) |
| std::string StrFormatInternalBug | ( | std::string_view | msg, |
| const std::source_location & | loc ) |
| bool g_detail_test_only_CheckFailuresAreExceptionsNotAborts {false} |