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

Function first_sv

plugins/autoclean.c:144–150  ·  view source on GitHub ↗

Iterator helpers */

Source from the content-addressed store, hash-verified

142
143/* Iterator helpers */
144static struct subsystem_and_variant first_sv(void)
145{
146 struct subsystem_and_variant sv;
147 sv.type = 0;
148 sv.variant = 0;
149 return sv;
150}
151
152static bool next_sv(struct subsystem_and_variant *sv)
153{

Callers 4

json_to_subsystemFunction · 0.85
clean_finishedFunction · 0.85
json_success_subsystemsFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected