MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / InitError

Function InitError

src/init.cpp:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool static InitError(const std::string &str)
242{
243 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR);
244 return false;
245}
246
247bool static InitWarning(const std::string &str)
248{

Callers 4

BindFunction · 0.85
InitSanityCheckFunction · 0.85
AppInit2Function · 0.85
BOOST_FOREACHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected