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

Function towire_u8_array

bitcoin/test/run-tx-encode.c:96–97  ·  view source on GitHub ↗

Generated stub for towire_u8_array */

Source from the content-addressed store, hash-verified

94{ fprintf(stderr, "towire_u8 called!\n"); abort(); }
95/* Generated stub for towire_u8_array */
96void towire_u8_array(u8 **pptr UNNEEDED, const u8 *arr UNNEEDED, size_t num UNNEEDED)
97{ fprintf(stderr, "towire_u8_array called!\n"); abort(); }
98/* AUTOGENERATED MOCKS END */
99
100const char extended_tx[] =

Callers 6

towire_wally_tx_inputFunction · 0.50
towire_wally_tx_outputFunction · 0.50
towire_bitcoin_txFunction · 0.50
towire_bip340sigFunction · 0.50
towire_wally_psbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected