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

Function max_u64

common/utils.h:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static inline u64 max_u64(u64 a, u64 b)
34{
35 return a < b ? b : a;
36}
37
38/* Marker which indicates an (tal) pointer argument is stolen
39 * (i.e. eventually freed) by the function. Unlike TAKEN, which

Callers 2

mainFunction · 0.85
get_feerate_floorFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68