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

Function InitError

src/ui_interface.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8CClientUIInterface uiInterface;
9
10bool InitError(const std::string& str)
11{
12 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR);
13 return false;
14}
15
16void InitWarning(const std::string& str)
17{

Callers 9

InitSanityCheckFunction · 0.85
AppInitBasicSetupFunction · 0.85
LockDataDirectoryFunction · 0.85
AppInitSanityChecksFunction · 0.85
AppInitMainFunction · 0.85
ParameterInteractionMethod · 0.85
VerifyMethod · 0.85
CreateWalletFromFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected