MCPcopy Create free account
hub / github.com/ElementsProject/elements / InitWarning

Function InitWarning

src/node/ui_interface.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void InitWarning(const bilingual_str& str)
66{
67 uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_WARNING);
68}

Callers 5

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

Calls 1

ThreadSafeMessageBoxMethod · 0.80

Tested by

no test coverage detected