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

Function fromwire_tlv_invoice

common/test/run-bolt12_decode.c:70–72  ·  view source on GitHub ↗

Generated stub for fromwire_tlv_invoice */

Source from the content-addressed store, hash-verified

68{ fprintf(stderr, "fromwire_tal_arrn called!\n"); abort(); }
69/* Generated stub for fromwire_tlv_invoice */
70struct tlv_invoice *fromwire_tlv_invoice(const tal_t *ctx UNNEEDED,
71 const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
72{ fprintf(stderr, "fromwire_tlv_invoice called!\n"); abort(); }
73/* Generated stub for fromwire_tlv_invoice_request */
74struct tlv_invoice_request *fromwire_tlv_invoice_request(const tal_t *ctx UNNEEDED,
75 const u8 **cursor UNNEEDED, size_t *max UNNEEDED)

Callers 4

invoice_decode_nosigFunction · 0.50
handle_invreq_responseFunction · 0.50
listsendpays_doneFunction · 0.50
handle_invoiceFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected