Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
void InitWarning(const bilingual_str &str) {
119
uiInterface.ThreadSafeMessageBox(str,
""
, CClientUIInterface::MSG_WARNING);
120
}
Callers
6
AppInitParameterInteraction
Function · 0.85
AppInitMain
Function · 0.85
SetLoggingLevel
Function · 0.85
SetLoggingCategories
Function · 0.85
StartLogging
Function · 0.85
initWarning
Method · 0.85
Calls
1
ThreadSafeMessageBox
Method · 0.80
Tested by
no test coverage detected