Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitcoin-ABC/bitcoin-abc
/ warning
Method
warning
src/node/kernel_notifications.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void KernelNotifications::warning(const std::string &warning) {
70
AlertNotify(warning);
71
}
72
73
void KernelNotifications::flushError(const std::string &debug_message) {
74
AbortNode(m_exit_status, debug_message);
Callers
11
create_server
Function · 0.45
reindex_readonly
Method · 0.45
setup_nodes
Method · 0.45
run_test
Method · 0.45
connection_lost
Method · 0.45
main
Method · 0.45
shutdown
Method · 0.45
disconnect_nodes
Method · 0.45
_start_perf
Method · 0.45
_stop_perf
Method · 0.45
CheckForkWarningConditions
Method · 0.45
Calls
1
AlertNotify
Function · 0.85
Tested by
5
main
Method · 0.36
shutdown
Method · 0.36
disconnect_nodes
Method · 0.36
_start_perf
Method · 0.36
_stop_perf
Method · 0.36