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

Function amount_msat_greater_eq

common/amount.c:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463bool amount_msat_greater_eq(struct amount_msat a, struct amount_msat b)
464{
465 return a.millisatoshis >= b.millisatoshis;
466}
467
468bool amount_sat_less(struct amount_sat a, struct amount_sat b)
469{

Callers 15

htlc_dust_okFunction · 0.85
check_progressFunction · 0.85
check_fwd_amountFunction · 0.85
htlc_set_add_Function · 0.85
select_inchan_mppFunction · 0.85
add_routehintsFunction · 0.85
amount_msat_to_u32Function · 0.85
test_amount_sub_feeFunction · 0.85
payment_route_checkFunction · 0.85
routehint_excludedFunction · 0.85
exemptfee_cbFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_amount_sub_feeFunction · 0.68