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

Function time_less

ccan/ccan/time/time.h:262–265  ·  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

260 * @b: another relative time.
261 */
262static inline bool time_less(struct timerel a, struct timerel b)
263{
264 return time_less_(a.ts, b.ts);
265}
266
267/**
268 * timeabs_eq - is a equal to b?

Callers 4

secret_time_testFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 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