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

Function opt_add_plugin_dir

lightningd/options.c:514–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514static char *opt_add_plugin_dir(const char *arg, struct lightningd *ld)
515{
516 return add_plugin_dir(ld->plugins, arg, false);
517}
518
519static char *opt_clear_plugins(struct lightningd *ld)
520{

Callers

nothing calls this directly

Calls 1

add_plugin_dirFunction · 0.85

Tested by

no test coverage detected