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

Function notify_send

lightningd/notification.c:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static void notify_send(struct lightningd *ld,
55 struct jsonrpc_notification *n STEALS)
56{
57 json_object_end(n->stream);
58 jsonrpc_notification_end(n);
59 plugins_notify(ld->plugins, take(n));
60}
61
62static void connect_notification_serialize(struct json_stream *stream,
63 const struct node_id *nodeid,

Callers 15

notify_connectFunction · 0.85
notify_disconnectFunction · 0.85
notify_warningFunction · 0.85
notify_custommsgFunction · 0.85
notify_invoice_paymentFunction · 0.85
notify_invoice_creationFunction · 0.85
notify_channel_openedFunction · 0.85
notify_forward_eventFunction · 0.85
notify_sendpay_successFunction · 0.85
notify_sendpay_failureFunction · 0.85

Calls 3

json_object_endFunction · 0.85
jsonrpc_notification_endFunction · 0.85
plugins_notifyFunction · 0.85

Tested by

no test coverage detected