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

Function InitWarning

src/node/ui_interface.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void InitWarning(const bilingual_str &str) {
119 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_WARNING);
120}

Callers 6

AppInitMainFunction · 0.85
SetLoggingLevelFunction · 0.85
SetLoggingCategoriesFunction · 0.85
StartLoggingFunction · 0.85
initWarningMethod · 0.85

Calls 1

ThreadSafeMessageBoxMethod · 0.80

Tested by

no test coverage detected