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

Function fromwire

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

Generated stub for fromwire */

Source from the content-addressed store, hash-verified

44{ fprintf(stderr, "amount_tx_fee called!\n"); abort(); }
45/* Generated stub for fromwire */
46const u8 *fromwire(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, void *copy UNNEEDED, size_t n UNNEEDED)
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(); }

Callers 5

fromwire_preimageFunction · 0.50
fromwire_secretFunction · 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