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

Function amount_msat_ratio_floor

common/amount.c:563–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563u64 amount_msat_ratio_floor(struct amount_msat a, struct amount_msat b)
564{
565 return a.millisatoshis / b.millisatoshis;
566}
567
568u64 amount_msat_ratio_ceil(struct amount_msat a, struct amount_msat b)
569{

Callers 2

runFunction · 0.85
linearize_channelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected