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

Function plugin_notification_end_obs

plugins/libplugin.c:1879–1884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1877}
1878
1879void plugin_notification_end_obs(struct plugin *plugin,
1880 struct json_stream *stream STEALS)
1881{
1882 json_object_end(stream);
1883 jsonrpc_finish_and_send(plugin, stream);
1884}
1885
1886struct json_stream *plugin_notification_start(const tal_t *ctx,
1887 const char *method)

Callers 4

channel_hint_notifyFunction · 0.70
payment_notify_failureFunction · 0.70
json_add_payment_successFunction · 0.70
plugin_notification_endFunction · 0.70

Calls 2

json_object_endFunction · 0.85
jsonrpc_finish_and_sendFunction · 0.85

Tested by

no test coverage detected