Bitcoin Core  27.99.0
P2P Digital Currency
Functions
check.cpp File Reference
#include <util/check.h>
#include <clientversion.h>
#include <tinyformat.h>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <string_view>
Include dependency graph for check.cpp:

Go to the source code of this file.

Functions

std::string StrFormatInternalBug (std::string_view msg, std::string_view file, int line, std::string_view func)
 
void assertion_fail (std::string_view file, int line, std::string_view func, std::string_view assertion)
 Helper for Assert() More...
 

Function Documentation

◆ assertion_fail()

void assertion_fail ( std::string_view  file,
int  line,
std::string_view  func,
std::string_view  assertion 
)

Helper for Assert()

Definition at line 32 of file check.cpp.

Here is the caller graph for this function:

◆ StrFormatInternalBug()

std::string StrFormatInternalBug ( std::string_view  msg,
std::string_view  file,
int  line,
std::string_view  func 
)

Definition at line 19 of file check.cpp.

Here is the call graph for this function: