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

Function towire_tlv_offer

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

Generated stub for towire_tlv_offer */

Source from the content-addressed store, hash-verified

132{ fprintf(stderr, "towire_tlv_invoice_request called!\n"); abort(); }
133/* Generated stub for towire_tlv_offer */
134void towire_tlv_offer(u8 **pptr UNNEEDED, const struct tlv_offer *record UNNEEDED)
135{ fprintf(stderr, "towire_tlv_offer called!\n"); abort(); }
136/* Generated stub for towire_u32 */
137void towire_u32(u8 **pptr UNNEEDED, u32 v UNNEEDED)
138{ fprintf(stderr, "towire_u32 called!\n"); abort(); }

Callers 1

offer_encodeFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected