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

Function opt_disable_plugin

lightningd/options.c:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467static char *opt_disable_plugin(const char *arg, struct lightningd *ld)
468{
469 plugin_blacklist(ld->plugins, arg);
470 return NULL;
471}
472
473static char *opt_add_plugin_dir(const char *arg, struct lightningd *ld)
474{

Callers

nothing calls this directly

Calls 1

plugin_blacklistFunction · 0.85

Tested by

no test coverage detected