Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ offer_status_single
Function
offer_status_single
wallet/wallet.h:1496–1499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1494
}
1495
1496
static inline bool offer_status_single(enum offer_status s)
1497
{
1498
return s & OFFER_STATUS_SINGLE_F;
1499
}
1500
1501
static inline bool offer_status_used(enum offer_status s)
1502
{
Callers
3
wallet_offer_mark_used
Function · 0.85
check_offer_usage
Function · 0.85
json_populate_offer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected