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

Function offer_status_used

wallet/wallet.h:1501–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1499}
1500
1501static inline bool offer_status_used(enum offer_status s)
1502{
1503 return s & OFFER_STATUS_USED_F;
1504}
1505
1506/**
1507 * Store an offer in the database.

Callers 2

wallet_offer_mark_usedFunction · 0.85
json_populate_offerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected