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

Function next_name

lightningd/options.c:1443–1449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1441}
1442
1443static const char *next_name(const char *names, unsigned *len)
1444{
1445 names += *len;
1446 if (names[0] == ' ' || names[0] == '=' || names[0] == '\0')
1447 return NULL;
1448 return first_name(names + 1, len);
1449}
1450
1451static void json_add_opt_addrs(struct json_stream *response,
1452 const char *name0,

Callers 1

json_listconfigsFunction · 0.70

Calls 1

first_nameFunction · 0.70

Tested by

no test coverage detected