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

Function plugin_notify_end

plugins/libplugin.c:1915–1920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1913}
1914
1915void plugin_notify_end(struct command *cmd, struct json_stream *js)
1916{
1917 json_object_end(js);
1918
1919 jsonrpc_finish_and_send(cmd->plugin, js);
1920}
1921
1922/* Convenience wrapper for notify with "message" */
1923void plugin_notify_message(struct command *cmd,

Callers 2

plugin_notify_messageFunction · 0.85
plugin_notify_progressFunction · 0.85

Calls 2

json_object_endFunction · 0.85
jsonrpc_finish_and_sendFunction · 0.85

Tested by

no test coverage detected