MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / InitError

Function InitError

src/node/ui_interface.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool InitError(const bilingual_str &str) {
100 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR);
101 return false;
102}
103
104bool InitError(const bilingual_str &str,
105 const std::vector<std::string> &details) {

Callers 15

StartFunction · 0.85
init_errorFunction · 0.85
CreatePidFileFunction · 0.85
AppInitBasicSetupFunction · 0.85
LockDataDirectoryFunction · 0.85
AppInitSanityChecksFunction · 0.85
AppInitMainFunction · 0.85
StartIndexBackgroundSyncFunction · 0.85
AppInitFunction · 0.85
StartLoggingFunction · 0.85
ParameterInteractionMethod · 0.85

Calls 4

UntranslatedFunction · 0.85
MakeUnorderedListFunction · 0.85
ThreadSafeMessageBoxMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected