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

Function plugin_notification_end

plugins/libplugin.c:1269–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267 return js;
1268}
1269void plugin_notification_end(struct plugin *plugin,
1270 struct json_stream *stream)
1271{
1272 json_object_end(stream);
1273 jsonrpc_finish_and_send(plugin, stream);
1274}
1275
1276struct json_stream *plugin_notify_start(struct command *cmd, const char *method)
1277{

Callers 2

payment_notify_failureFunction · 0.70
payment_finishedFunction · 0.70

Calls 2

jsonrpc_finish_and_sendFunction · 0.85
json_object_endFunction · 0.50

Tested by

no test coverage detected