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

Function ld_send

plugins/libplugin.c:268–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static void ld_send(struct plugin *plugin, struct json_stream *stream)
269{
270 struct jstream *jstr = tal(plugin, struct jstream);
271 jstr->js = tal_steal(jstr, stream);
272 list_add_tail(&plugin->js_list, &jstr->list);
273 io_wake(plugin);
274}
275
276static void ld_rpc_send(struct plugin *plugin, struct json_stream *stream)
277{

Callers 2

jsonrpc_finish_and_sendFunction · 0.85
command_complete_nojsonFunction · 0.85

Calls 1

io_wakeFunction · 0.85

Tested by

no test coverage detected