Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_sat_is_zero
Function
amount_sat_is_zero
common/amount.c:433–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
bool amount_sat_is_zero(struct amount_sat a)
434
{
435
return a.satoshis == 0;
436
}
437
438
bool amount_msat_is_zero(struct amount_msat a)
439
{
Callers
15
record_coin_movements
Function · 0.85
json_addpsbtinput
Function · 0.85
add_amount_to_side
Function · 0.85
rbf_channel_hook_deserialize
Function · 0.85
openchannel2_hook_deserialize
Function · 0.85
openchannel_init
Function · 0.85
json_openchannel_init
Function · 0.85
json_queryrates
Function · 0.85
peer_restart_dualopend
Function · 0.85
is_fundee_should_forget
Function · 0.85
run
Function · 0.85
dump_token_shallow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected