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

Function plugin_opt_deprecated_out_ok

lightningd/plugin.c:892–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890}
891
892static bool plugin_opt_deprecated_out_ok(struct plugin_opt *popt)
893{
894 return lightningd_deprecated_out_ok(popt->plugin->plugins->ld,
895 popt->plugin->plugins->ld->deprecated_ok,
896 popt->plugin->shortname,
897 /* Skip --prefix */
898 popt->name + 2,
899 popt->depr_start,
900 popt->depr_end);
901}
902
903/* We merely check they're valid: the values stay in configvars */
904static char *plugin_opt_string_check(const char *arg, struct plugin_opt *popt)

Callers 1

json_add_plugin_optionsFunction · 0.85

Calls 1

Tested by

no test coverage detected