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

Function bolt12_has_prefix

common/bolt12.c:663–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663bool bolt12_has_prefix(const char *str)
664{
665 return bolt12_has_invoice_prefix(str) || bolt12_has_offer_prefix(str) ||
666 bolt12_has_request_prefix(str);
667}
668
669/* Inclusive span of tlv range >= minfield and <= maxfield */
670size_t tlv_span(const u8 *tlvstream, u64 minfield, u64 maxfield,

Callers 5

json_payFunction · 0.85
json_renepaystatusFunction · 0.85
json_renepayFunction · 0.85
xpay_coreFunction · 0.85
json_sendamountFunction · 0.85

Calls 3

bolt12_has_offer_prefixFunction · 0.85

Tested by

no test coverage detected