#include <util/check.h>
#include <bitcoin-build-config.h>
#include <clientversion.h>
#include <tinyformat.h>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <string_view>
Go to the source code of this file.
◆ assertion_fail()
void assertion_fail |
( |
std::string_view |
file, |
|
|
int |
line, |
|
|
std::string_view |
func, |
|
|
std::string_view |
assertion |
|
) |
| |
◆ StrFormatInternalBug()
std::string StrFormatInternalBug |
( |
std::string_view |
msg, |
|
|
std::string_view |
file, |
|
|
int |
line, |
|
|
std::string_view |
func |
|
) |
| |
◆ g_enable_dynamic_fuzz_determinism
std::atomic<bool> g_enable_dynamic_fuzz_determinism {false} |