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

Function min_u64

common/utils.h:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 (MUST_BE_UNSIGNED_INT(a) + MUST_BE_UNSIGNED_INT(b) + max_u64((a), (b)))
28
29static inline u64 min_u64(u64 a, u64 b)
30{
31 return a < b ? a : b;
32}
33
34static inline u64 max_u64(u64 a, u64 b)
35{

Callers 1

wallet_htlc_save_outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected