| 2651 | } |
| 2652 | |
| 2653 | void dev_save_plugin_io_in(struct plugins *plugins, |
| 2654 | const char *type, |
| 2655 | const char *name, |
| 2656 | const char *buffer, |
| 2657 | const jsmntok_t *tok) |
| 2658 | { |
| 2659 | dev_save_plugin_io(plugins, type, name, |
| 2660 | buffer + tok->start, tok->end - tok->start); |
| 2661 | } |
| 2662 | |
| 2663 | void dev_save_plugin_io_out(struct plugins *plugins, |
| 2664 | const char *type, |
no test coverage detected