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

Function InitWarning

src/node/interface_ui.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void InitWarning(const bilingual_str& str)
34{
35 uiInterface.ThreadSafeMessageBox(str, CClientUIInterface::MSG_WARNING);
36}

Callers 5

AppInitMainFunction · 0.85
StartLoggingFunction · 0.85
initWarningMethod · 0.85
LogOversizedDbCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected