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

Function jsonrpc_finish_and_send

plugins/libplugin.c:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422static void jsonrpc_finish_and_send(struct plugin *p, struct json_stream *js)
423{
424 json_object_end(js);
425 json_stream_close(js, NULL);
426 ld_send(p, js);
427}
428
429static struct json_stream *jsonrpc_stream_start(struct command *cmd)
430{

Callers 3

plugin_logvFunction · 0.85
plugin_notify_endFunction · 0.85

Calls 3

json_object_endFunction · 0.85
json_stream_closeFunction · 0.85
ld_sendFunction · 0.85

Tested by

no test coverage detected