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

Function timer_del

ccan/ccan/timer/timer.c:137–140  ·  view source on GitHub ↗

FIXME: inline */

Source from the content-addressed store, hash-verified

135
136/* FIXME: inline */
137void timer_del(struct timers *timers UNNEEDED, struct timer *t)
138{
139 list_del_init(&t->list);
140}
141
142static void timers_far_get(struct timers *timers,
143 struct list_head *list,

Callers 6

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
destroy_timerFunction · 0.85
destroy_plugin_timerFunction · 0.85

Calls

no outgoing calls

Tested by 3

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68