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

Function amount_msat_ratio_ceil

common/amount.c:568–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568u64 amount_msat_ratio_ceil(struct amount_msat a, struct amount_msat b)
569{
570 return (a.millisatoshis + b.millisatoshis - 1) / b.millisatoshis;
571}
572
573struct amount_msat amount_msat_div(struct amount_msat msat, u64 div)
574{

Callers 4

runFunction · 0.85
linearize_channelFunction · 0.85
minflowFunction · 0.85
single_path_flowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected