Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ElementsProject/lightning
/ list_node_initted
Function
list_node_initted
ccan/ccan/timer/timer.c:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
static inline bool list_node_initted(const struct list_node *n)
101
{
102
return n->prev == n;
103
}
104
105
void timer_addrel(struct timers *timers, struct timer *t, struct timerel rel)
106
{
Callers
2
timer_addrel
Function · 0.85
timer_addmono
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected