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

Function ld_send

plugins/libplugin.c:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135static void ld_send(struct plugin *plugin, struct json_stream *stream)
136{
137 struct jstream *jstr = tal(plugin, struct jstream);
138 jstr->js = tal_steal(jstr, stream);
139 list_add_tail(&plugin->js_list, &jstr->list);
140 io_wake(plugin);
141}
142
143static void ld_rpc_send(struct plugin *plugin, struct json_stream *stream)
144{

Callers 2

jsonrpc_finish_and_sendFunction · 0.85
command_completeFunction · 0.85

Calls 1

io_wakeFunction · 0.85

Tested by

no test coverage detected