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

Function opt_find_short

ccan/ccan/opt/parse.c:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75struct opt_table *opt_find_short(char arg)
76{
77 const char *o;
78 return opt_find_short_extra(arg, &o);
79}
80
81/* Returns 1 if argument consumed, 0 if all done, -1 on error. */
82int parse_one(int *argc, char *argv[], enum opt_type is_early, unsigned *offset,

Callers 2

configvar_unparsedFunction · 0.85
gather_cmdline_argsFunction · 0.85

Calls 1

opt_find_short_extraFunction · 0.85

Tested by

no test coverage detected