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

Function InitError

src/node/interface_ui.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13CClientUIInterface uiInterface;
14
15bool InitError(const bilingual_str& str)
16{
17 uiInterface.ThreadSafeMessageBox(str, CClientUIInterface::MSG_ERROR);
18 return false;
19}
20
21bool InitError(const bilingual_str& str, const std::vector<std::string>& details)
22{

Callers 15

CreatePidFileFunction · 0.85
AppInitBasicSetupFunction · 0.85
LockDirectoryFunction · 0.85
AppInitSanityChecksFunction · 0.85
CheckHostPortOptionsFunction · 0.85
AppInitMainFunction · 0.85
StartIndexBackgroundSyncFunction · 0.85
ParseArgsFunction · 0.85
AppInitFunction · 0.85
StartLoggingFunction · 0.85
createOptionsModelMethod · 0.85

Calls 3

UntranslatedFunction · 0.85
MakeUnorderedListFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected