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

Function notify_plugin_started

lightningd/notification.c:687–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685REGISTER_NOTIFICATION(plugin_started);
686
687void notify_plugin_started(struct lightningd *ld, struct plugin *plugin)
688{
689 struct jsonrpc_notification *n = notify_start(ld, "plugin_started");
690 if (!n)
691 return;
692 plugin_notification_serialize(n->stream, plugin);
693 notify_send(ld, n);
694}
695
696REGISTER_NOTIFICATION(plugin_stopped);
697

Callers 1

plugin_config_cbFunction · 0.85

Calls 3

notify_startFunction · 0.85
notify_sendFunction · 0.85

Tested by

no test coverage detected