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

Function destroy_timer

common/timeout.c:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12static void destroy_timer(struct oneshot *t)
13{
14 timer_del(t->timers, &t->timer);
15}
16
17struct oneshot *new_reltimer_(struct timers *timers,
18 const tal_t *ctx,

Callers

nothing calls this directly

Calls 1

timer_delFunction · 0.85

Tested by

no test coverage detected