Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ bolt12_has_prefix
Function
bolt12_has_prefix
common/bolt12.c:437–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
bool bolt12_has_prefix(const char *str)
438
{
439
return bolt12_has_invoice_prefix(str) || bolt12_has_offer_prefix(str) ||
440
bolt12_has_request_prefix(str);
441
}
Callers
1
json_pay
Function · 0.85
Calls
3
bolt12_has_invoice_prefix
Function · 0.85
bolt12_has_offer_prefix
Function · 0.85
bolt12_has_request_prefix
Function · 0.85
Tested by
no test coverage detected