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

Function amount_sat_zero

common/amount.c:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool amount_sat_zero(struct amount_sat a)
369{
370 return a.satoshis == 0;
371}
372
373bool amount_msat_zero(struct amount_msat a)
374{

Callers 15

record_coin_movementsFunction · 0.85
json_openchannel_initFunction · 0.85
is_fundee_should_forgetFunction · 0.85
apply_policyFunction · 0.85
calculate_our_fundingFunction · 0.85
psbt_fundedFunction · 0.85
listfunds_successFunction · 0.85
json_openchannel2_callFunction · 0.85
perform_fundpsbtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected