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

Function plugin_notification_end

plugins/libplugin.c:1894–1899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1892}
1893
1894void plugin_notification_end(struct plugin *plugin,
1895 struct json_stream *stream STEALS)
1896{
1897 json_object_end(stream);
1898 plugin_notification_end_obs(plugin, stream);
1899}
1900
1901struct json_stream *plugin_notify_start(struct command *cmd, const char *method)
1902{

Callers 3

outgoing_notify_startFunction · 0.85
outgoing_notify_successFunction · 0.85
outgoing_notify_failureFunction · 0.85

Calls 2

json_object_endFunction · 0.85

Tested by

no test coverage detected