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

Function time_less

ccan/ccan/time/time.h:228–231  ·  view source on GitHub ↗

* time_less - is a before b? * @a: one relative time. * @b: another relative time. */

Source from the content-addressed store, hash-verified

226 * @b: another relative time.
227 */
228static inline bool time_less(struct timerel a, struct timerel b)
229{
230 return time_less_(a.ts, b.ts);
231}
232
233/**
234 * timeabs_eq - is a equal to b?

Callers 5

secret_time_testFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
try_reconnectFunction · 0.85

Calls 1

time_less_Function · 0.85

Tested by 4

secret_time_testFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68