| 512 | } |
| 513 | |
| 514 | static char *opt_add_plugin_dir(const char *arg, struct lightningd *ld) |
| 515 | { |
| 516 | return add_plugin_dir(ld->plugins, arg, false); |
| 517 | } |
| 518 | |
| 519 | static char *opt_clear_plugins(struct lightningd *ld) |
| 520 | { |
nothing calls this directly
no test coverage detected