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

Function timers_cleanup

ccan/ccan/timer/timer.c:543–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541#endif
542
543void timers_cleanup(struct timers *timers)
544{
545 unsigned int l;
546
547 for (l = 0; l < ARRAY_SIZE(timers->level); l++)
548 timer_free(timers, timers->level[l]);
549}

Callers 13

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 11

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68