| 2661 | } |
| 2662 | |
| 2663 | void 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 | } |
no test coverage detected