MCPcopy 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
437bool 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_payFunction · 0.85

Calls 3

bolt12_has_offer_prefixFunction · 0.85

Tested by

no test coverage detected