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

Function next_name

ccan/ccan/opt/opt.c:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26static const char *next_name(const char *names, unsigned *len)
27{
28 names += *len;
29 if (names[0] == ' ' || names[0] == '=' || names[0] == '\0')
30 return NULL;
31 return first_name(names + 1, len);
32}
33
34static const char *first_opt(unsigned *i, unsigned *len)
35{

Callers 2

next_optFunction · 0.70
check_optFunction · 0.70

Calls 1

first_nameFunction · 0.70

Tested by

no test coverage detected