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

Function fromwire_tal_arrn

common/test/run-base64.c:61–63  ·  view source on GitHub ↗

Generated stub for fromwire_tal_arrn */

Source from the content-addressed store, hash-verified

59{ fprintf(stderr, "fromwire_sha256 called!\n"); abort(); }
60/* Generated stub for fromwire_tal_arrn */
61u8 *fromwire_tal_arrn(const tal_t *ctx UNNEEDED,
62 const u8 **cursor UNNEEDED, size_t *max UNNEEDED, size_t num UNNEEDED)
63{ fprintf(stderr, "fromwire_tal_arrn called!\n"); abort(); }
64/* Generated stub for fromwire_u32 */
65u32 fromwire_u32(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
66{ fprintf(stderr, "fromwire_u32 called!\n"); abort(); }

Callers 5

fromwire_utxoFunction · 0.50
parse_onionpacketFunction · 0.50
fromwire_onionreplyFunction · 0.50
fromwire_feature_setFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected