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

Function amount_msat_greater_fp16

common/fp16.c:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool amount_msat_greater_fp16(struct amount_msat amt, fp16_t fp)
48{
49 return amt.millisatoshis > fp16_to_u64(fp); /* Raw: fp16 compare */
50}

Callers 1

gossmap_chan_capacityFunction · 0.85

Calls 1

fp16_to_u64Function · 0.85

Tested by

no test coverage detected