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

Function amount_msat_less_eq

common/amount.c:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483bool amount_msat_less_eq(struct amount_msat a, struct amount_msat b)
484{
485 return a.millisatoshis <= b.millisatoshis;
486}
487
488bool amount_msat_greater_sat(struct amount_msat msat, struct amount_sat sat)
489{

Callers 12

runFunction · 0.85
within_feeFunction · 0.85
linear_routesFunction · 0.85
edge_probabilityFunction · 0.85
edge_probabilityFunction · 0.85
linearize_channelFunction · 0.85
is_betterFunction · 0.85
flow_maximum_deliverableFunction · 0.85
flowset_probabilityFunction · 0.85
test_flow_to_routeFunction · 0.85
xpay_coreFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_flow_to_routeFunction · 0.68