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

Function amount_sat_less_eq

common/amount.c:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478bool amount_sat_less_eq(struct amount_sat a, struct amount_sat b)
479{
480 return a.satoshis <= b.satoshis;
481}
482
483bool amount_msat_less_eq(struct amount_msat a, struct amount_msat b)
484{

Callers 8

get_overlapFunction · 0.85
amount_in_rangeFunction · 0.85
adjust_offerFunction · 0.85
penalty_tx_createFunction · 0.85
create_close_txFunction · 0.85
calc_in_ppm_and_feeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected