MCPcopy Create free account
hub / github.com/ElementsProject/elements / error

Function error

src/util/system.h:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template<typename... Args>
49bool error(const char* fmt, const Args&... args)
50{
51 LogPrintf("ERROR: %s\n", tfm::format(fmt, args...));
52 return false;
53}
54
55void PrintExceptionContinue(const std::exception *pex, const char* pszThread);
56

Callers 15

SerializeDBFunction · 0.85
SerializeFileDBFunction · 0.85
WriteMethod · 0.85
LoadBlockIndexGutsMethod · 0.85
UpgradeMethod · 0.85
Socks5Function · 0.85
CheckSequenceLocksFunction · 0.85
ApplyTxInUndoFunction · 0.85
DisconnectBlockMethod · 0.85
ConnectBlockMethod · 0.85
DisconnectTipMethod · 0.85
ConnectTipMethod · 0.85

Calls 1

formatFunction · 0.70

Tested by 1

TestBlockValidityFunction · 0.68