MCPcopy 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
433bool amount_sat_is_zero(struct amount_sat a)
434{
435 return a.satoshis == 0;
436}
437
438bool amount_msat_is_zero(struct amount_msat a)
439{

Callers 15

record_coin_movementsFunction · 0.85
json_addpsbtinputFunction · 0.85
add_amount_to_sideFunction · 0.85
openchannel_initFunction · 0.85
json_openchannel_initFunction · 0.85
json_queryratesFunction · 0.85
peer_restart_dualopendFunction · 0.85
is_fundee_should_forgetFunction · 0.85
runFunction · 0.85
dump_token_shallowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected