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

Function plugin_opt_flag_check

lightningd/plugin.c:928–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928static char *plugin_opt_flag_check(struct plugin_opt *popt)
929{
930 return plugin_opt_check(popt);
931}
932
933static bool popt_show_default(char *buf, size_t len,
934 const struct plugin_opt *popt)

Callers

nothing calls this directly

Calls 1

plugin_opt_checkFunction · 0.85

Tested by

no test coverage detected