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

Function plugin_notify_end

plugins/libplugin.c:1290–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288}
1289
1290void plugin_notify_end(struct command *cmd, struct json_stream *js)
1291{
1292 json_object_end(js);
1293
1294 jsonrpc_finish_and_send(cmd->plugin, js);
1295}
1296
1297/* Convenience wrapper for notify with "message" */
1298void plugin_notify_message(struct command *cmd,

Callers 2

plugin_notify_messageFunction · 0.85
plugin_notify_progressFunction · 0.85

Calls 2

jsonrpc_finish_and_sendFunction · 0.85
json_object_endFunction · 0.50

Tested by

no test coverage detected