MCPcopy Create free account
hub / github.com/LUX-Core/lux / InitError

Function InitError

src/init.cpp:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330#endif
331
332bool static InitError(const std::string& str)
333{
334 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR);
335 return false;
336}
337
338bool static InitWarning(const std::string& str)
339{

Callers 4

BindFunction · 0.85
LockDataDirectoryFunction · 0.85
InitSanityCheckFunction · 0.85
AppInit2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected