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

Function add_steal_notifiers

common/daemon.c:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static void add_steal_notifiers(const tal_t *root)
127{
128 tal_add_notifier(root, TAL_NOTIFY_ADD_CHILD, add_steal_notifier);
129
130 for (const tal_t *i = tal_first(root); i; i = tal_next(i))
131 add_steal_notifiers(i);
132}
133
134static void remove_steal_notifiers(void)
135{

Callers 1

daemon_developer_modeFunction · 0.85

Calls 2

tal_firstFunction · 0.85
tal_nextFunction · 0.85

Tested by

no test coverage detected