Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
struct 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_options
Function · 0.85
json_add_config
Function · 0.85
json_setconfig
Function · 0.85
Calls
1
configvar_iter
Function · 0.85
Tested by
no test coverage detected