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

Function configvar_first

common/configvar.c:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239struct configvar *configvar_first(struct configvar **cvs, const char **names)
240{
241 return configvar_iter(cvs, names, NULL);
242}
243
244struct configvar *configvar_next(struct configvar **cvs,
245 const struct configvar *cv,

Callers 4

json_add_plugin_optionsFunction · 0.85
json_add_configFunction · 0.85
configvar_saveFunction · 0.85
json_setconfigFunction · 0.85

Calls 1

configvar_iterFunction · 0.85

Tested by

no test coverage detected