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

Function offer_status_active

wallet/wallet.h:1491–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489}
1490
1491static inline bool offer_status_active(enum offer_status s)
1492{
1493 return s & OFFER_STATUS_ACTIVE_F;
1494}
1495
1496static inline bool offer_status_single(enum offer_status s)
1497{

Callers 9

wallet_offer_createFunction · 0.85
offer_status_updateFunction · 0.85
wallet_offer_disableFunction · 0.85
wallet_offer_mark_usedFunction · 0.85
check_offer_usageFunction · 0.85
json_populate_offerFunction · 0.85
json_listoffersFunction · 0.85
json_disableofferFunction · 0.85
json_createinvoiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected