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

Function fromwire_fail

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

Generated stub for fromwire_fail */

Source from the content-addressed store, hash-verified

54{ fprintf(stderr, "fromwire_bool called!\n"); abort(); }
55/* Generated stub for fromwire_fail */
56void *fromwire_fail(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
57{ fprintf(stderr, "fromwire_fail called!\n"); abort(); }
58/* Generated stub for fromwire_secp256k1_ecdsa_signature */
59void fromwire_secp256k1_ecdsa_signature(const u8 **cursor UNNEEDED, size_t *max UNNEEDED,
60 secp256k1_ecdsa_signature *signature UNNEEDED)

Callers 10

fromwire_bigsizeFunction · 0.50
fromwire_ext_keyFunction · 0.50
fromwire_tx_roleFunction · 0.50
fromwire_htlc_stateFunction · 0.50
fromwire_sideFunction · 0.50
fromwire_shachainFunction · 0.50
fromwire_log_levelFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected