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

Function dev_save_plugin_io_out

lightningd/plugin.c:2663–2673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2661}
2662
2663void dev_save_plugin_io_out(struct plugins *plugins,
2664 const char *type,
2665 const char *name,
2666 const struct json_stream *stream)
2667{
2668 size_t len;
2669 const char *buf;
2670
2671 buf = json_out_contents(stream->jout, &len);
2672 dev_save_plugin_io(plugins, type, name, buf, len);
2673}

Callers 2

plugins_notifyFunction · 0.85
plugin_hook_call_nextFunction · 0.85

Calls 2

json_out_contentsFunction · 0.85
dev_save_plugin_ioFunction · 0.85

Tested by

no test coverage detected