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

Function dev_save_plugin_io_in

lightningd/plugin.c:2653–2661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2651}
2652
2653void 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
2663void dev_save_plugin_io_out(struct plugins *plugins,
2664 const char *type,

Callers 1

plugin_hook_callbackFunction · 0.85

Calls 1

dev_save_plugin_ioFunction · 0.85

Tested by

no test coverage detected