Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
static void destroy_timer(struct oneshot *t)
13
{
14
timer_del(t->timers, &t->timer);
15
}
16
17
struct oneshot *new_reltimer_(struct timers *timers,
18
const tal_t *ctx,
Callers
nothing calls this directly
Calls
1
timer_del
Function · 0.85
Tested by
no test coverage detected