Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ offer_status_used
Function
offer_status_used
wallet/wallet.h:1465–1468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1463
}
1464
1465
static inline bool offer_status_used(enum offer_status s)
1466
{
1467
return s & OFFER_STATUS_USED_F;
1468
}
1469
1470
/**
1471
* Store an offer in the database.
Callers
5
wallet_offer_mark_used
Function · 0.85
wallet_invoice_request_mark_used
Function · 0.85
json_populate_offer
Function · 0.85
json_enableoffer
Function · 0.85
json_populate_invreq
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected