MCPcopy Create free account
hub / github.com/ElementsProject/lightning / daemon_shutdown

Function daemon_shutdown

common/daemon.c:193–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void daemon_shutdown(void)
194{
195 common_shutdown();
196
197#if BACKTRACE_SUPPORTED
198 /* Harmless if it wasn't applied */
199 remove_steal_notifiers();
200#endif
201}
202
203bool daemon_developer_mode(char *argv[])
204{

Callers 6

master_or_connectd_goneFunction · 0.50
mainFunction · 0.50
master_goneFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
master_goneFunction · 0.50

Calls 2

common_shutdownFunction · 0.85
remove_steal_notifiersFunction · 0.85

Tested by

no test coverage detected