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

Function fromwire_tlv_offer

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

Generated stub for fromwire_tlv_offer */

Source from the content-addressed store, hash-verified

76{ fprintf(stderr, "fromwire_tlv_invoice_request called!\n"); abort(); }
77/* Generated stub for fromwire_tlv_offer */
78struct tlv_offer *fromwire_tlv_offer(const tal_t *ctx UNNEEDED,
79 const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
80{ fprintf(stderr, "fromwire_tlv_offer called!\n"); abort(); }
81/* Generated stub for fromwire_u32 */
82u32 fromwire_u32(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
83{ fprintf(stderr, "fromwire_u32 called!\n"); abort(); }

Callers 2

mainFunction · 0.70
offer_decodeFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected