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

Function fromwire_tlv

common/test/run-json.c:15–19  ·  view source on GitHub ↗

Generated stub for fromwire_tlv */

Source from the content-addressed store, hash-verified

13bool deprecated_apis;
14/* Generated stub for fromwire_tlv */
15bool fromwire_tlv(const u8 **cursor UNNEEDED, size_t *max UNNEEDED,
16 const struct tlv_record_type *types UNNEEDED, size_t num_types UNNEEDED,
17 void *record UNNEEDED, struct tlv_field **fields UNNEEDED,
18 const u64 *extra_types UNNEEDED, size_t *err_off UNNEEDED, u64 *err_type UNNEEDED)
19{ fprintf(stderr, "fromwire_tlv called!\n"); abort(); }
20/* Generated stub for towire_tlv */
21void towire_tlv(u8 **pptr UNNEEDED,
22 const struct tlv_record_type *types UNNEEDED, size_t num_types UNNEEDED,

Callers 1

onion_decodeFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected