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

Function configvar_next

common/configvar.c:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244struct configvar *configvar_next(struct configvar **cvs,
245 const struct configvar *cv,
246 const char **names)
247{
248 return configvar_iter(cvs, names, cv);
249}

Callers 3

json_add_plugin_optionsFunction · 0.85
json_add_configFunction · 0.85
json_setconfigFunction · 0.85

Calls 1

configvar_iterFunction · 0.85

Tested by

no test coverage detected