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

Function plugin_opt_string_check

lightningd/plugin.c:904–907  ·  view source on GitHub ↗

We merely check they're valid: the values stay in configvars */

Source from the content-addressed store, hash-verified

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)
905{
906 return plugin_opt_check(popt);
907}
908
909static char *plugin_opt_long_check(const char *arg, struct plugin_opt *popt)
910{

Callers

nothing calls this directly

Calls 1

plugin_opt_checkFunction · 0.85

Tested by

no test coverage detected