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

Function opt_disable_plugin

lightningd/options.c:508–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508static char *opt_disable_plugin(const char *arg, struct lightningd *ld)
509{
510 plugin_blacklist(ld->plugins, arg);
511 return NULL;
512}
513
514static char *opt_add_plugin_dir(const char *arg, struct lightningd *ld)
515{

Callers

nothing calls this directly

Calls 1

plugin_blacklistFunction · 0.85

Tested by

no test coverage detected