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

Function next_name

lightningd/configs.c:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234static const char *next_name(const char *names, unsigned *len)
235{
236 names += *len;
237 if (names[0] == ' ' || names[0] == '=' || names[0] == '\0')
238 return NULL;
239 return first_name(names + 1, len);
240}
241
242static const char **opt_names_arr(const tal_t *ctx,
243 const struct opt_table *ot)

Callers 1

opt_names_arrFunction · 0.70

Calls 1

first_nameFunction · 0.70

Tested by

no test coverage detected