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

Function towire_u32

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

Generated stub for towire_u32 */

Source from the content-addressed store, hash-verified

88{ fprintf(stderr, "towire_sha256 called!\n"); abort(); }
89/* Generated stub for towire_u32 */
90void towire_u32(u8 **pptr UNNEEDED, u32 v UNNEEDED)
91{ fprintf(stderr, "towire_u32 called!\n"); abort(); }
92/* Generated stub for towire_u8 */
93void towire_u8(u8 **pptr UNNEEDED, u8 v UNNEEDED)
94{ fprintf(stderr, "towire_u8 called!\n"); abort(); }

Callers 7

towire_wally_tx_inputFunction · 0.50
towire_wally_tx_outputFunction · 0.50
towire_tx_partsFunction · 0.50
towire_bitcoin_outpointFunction · 0.50
towire_bitcoin_txFunction · 0.50
towire_wally_psbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected