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

Function fromwire_fail

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

Generated stub for fromwire_fail */

Source from the content-addressed store, hash-verified

47{ fprintf(stderr, "fromwire called!\n"); abort(); }
48/* Generated stub for fromwire_fail */
49void *fromwire_fail(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
50{ fprintf(stderr, "fromwire_fail called!\n"); abort(); }
51/* Generated stub for fromwire_secp256k1_ecdsa_signature */
52void fromwire_secp256k1_ecdsa_signature(const u8 **cursor UNNEEDED, size_t *max UNNEEDED,
53 secp256k1_ecdsa_signature *signature UNNEEDED)

Callers 9

fromwire_wally_tx_inputFunction · 0.50
fromwire_wally_tx_outputFunction · 0.50
pull_wtxFunction · 0.50
fromwire_bitcoin_txFunction · 0.50
fromwire_pubkeyFunction · 0.50
fromwire_point32Function · 0.50
fromwire_wally_psbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected