MCPcopy 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
69void KernelNotifications::warning(const std::string &warning) {
70 AlertNotify(warning);
71}
72
73void KernelNotifications::flushError(const std::string &debug_message) {
74 AbortNode(m_exit_status, debug_message);

Callers 11

create_serverFunction · 0.45
reindex_readonlyMethod · 0.45
setup_nodesMethod · 0.45
run_testMethod · 0.45
connection_lostMethod · 0.45
mainMethod · 0.45
shutdownMethod · 0.45
disconnect_nodesMethod · 0.45
_start_perfMethod · 0.45
_stop_perfMethod · 0.45

Calls 1

AlertNotifyFunction · 0.85

Tested by 5

mainMethod · 0.36
shutdownMethod · 0.36
disconnect_nodesMethod · 0.36
_start_perfMethod · 0.36
_stop_perfMethod · 0.36