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

Function level_may_beat

ccan/ccan/timer/timer.c:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212static bool level_may_beat(const struct timers *timers, size_t level,
213 const struct timer *first)
214{
215 return !first || timers->firsts[level] < first->time;
216}
217
218/* FIXME: Suboptimal */
219static const struct timer *brute_force_first(struct timers *timers)

Callers 1

brute_force_firstFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected