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

Function opt_early_parse

ccan/ccan/opt/opt.c:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

mainFunction · 0.85
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