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

Function amount_msat_less

common/amount.c:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408bool amount_msat_less(struct amount_msat a, struct amount_msat b)
409{
410 return a.millisatoshis < b.millisatoshis;
411}
412
413bool amount_sat_less_eq(struct amount_sat a, struct amount_sat b)
414{

Callers 15

add_htlcFunction · 0.85
htlc_max_possible_sendFunction · 0.85
new_channelFunction · 0.85
channel_amount_spendableFunction · 0.85
set_channel_configFunction · 0.85
json_setchannelFunction · 0.85
best_channelFunction · 0.85
forward_htlcFunction · 0.85
remove_htlc_outFunction · 0.85
channel_added_their_htlcFunction · 0.85
htlc_out_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected