MCPcopy 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
100static inline bool list_node_initted(const struct list_node *n)
101{
102 return n->prev == n;
103}
104
105void timer_addrel(struct timers *timers, struct timer *t, struct timerel rel)
106{

Callers 2

timer_addrelFunction · 0.85
timer_addmonoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected