Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_msat_greater_fp16
Function
amount_msat_greater_fp16
common/fp16.c:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
bool amount_msat_greater_fp16(struct amount_msat amt, fp16_t fp)
48
{
49
return amt.millisatoshis > fp16_to_u64(fp); /* Raw: fp16 compare */
50
}
Callers
1
gossmap_chan_capacity
Function · 0.85
Calls
1
fp16_to_u64
Function · 0.85
Tested by
no test coverage detected