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

Function opt_early_parse

ccan/ccan/opt/opt.c:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256bool opt_early_parse(int argc, char *argv[],
257 void (*errlog)(const char *fmt, ...))
258{
259 return early_parse(argc, argv, errlog, false);
260}
261
262bool opt_early_parse_incomplete(int argc, char *argv[],
263 void (*errlog)(const char *fmt, ...))

Callers 6

parse_early_argsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

early_parseFunction · 0.85

Tested by 1

parse_early_argsFunction · 0.68