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

Function opt_early_parse_incomplete

ccan/ccan/opt/opt.c:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262bool opt_early_parse_incomplete(int argc, char *argv[],
263 void (*errlog)(const char *fmt, ...))
264{
265 return early_parse(argc, argv, errlog, true);
266}
267
268void opt_free_table(void)
269{

Callers 4

handle_early_optsFunction · 0.85
parse_includeFunction · 0.85
initial_config_optsFunction · 0.85

Calls 1

early_parseFunction · 0.85

Tested by 1