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

Function opt_find_long

ccan/ccan/opt/parse.c:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57struct opt_table *opt_find_long(const char *arg, const char **optarg)
58{
59 unsigned len;
60 const char *o;
61
62 return opt_find_long_extra(arg, optarg ? optarg : &o, &len, &o);
63}
64
65static struct opt_table *opt_find_short_extra(char arg, const char **o)
66{

Callers 8

plugin_opt_addFunction · 0.85
plugin_add_paramsFunction · 0.85
json_add_plugin_optionsFunction · 0.85
plugin_setconfig_doneFunction · 0.85
param_opt_configFunction · 0.85
configvar_unparsedFunction · 0.85
gather_cmdline_argsFunction · 0.85

Calls 1

opt_find_long_extraFunction · 0.85

Tested by

no test coverage detected