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

Function offer_status_single

wallet/wallet.h:1460–1463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1458}
1459
1460static inline bool offer_status_single(enum offer_status s)
1461{
1462 return s & OFFER_STATUS_SINGLE_F;
1463}
1464
1465static inline bool offer_status_used(enum offer_status s)
1466{

Callers 6

wallet_offer_mark_usedFunction · 0.85
json_populate_offerFunction · 0.85
json_enableofferFunction · 0.85
json_populate_invreqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected