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

Function fromwire_sha256

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

Generated stub for fromwire_sha256 */

Source from the content-addressed store, hash-verified

56{ fprintf(stderr, "fromwire_secp256k1_ecdsa_signature called!\n"); abort(); }
57/* Generated stub for fromwire_sha256 */
58void fromwire_sha256(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, struct sha256 *sha256 UNNEEDED)
59{ fprintf(stderr, "fromwire_sha256 called!\n"); abort(); }
60/* Generated stub for fromwire_tal_arrn */
61u8 *fromwire_tal_arrn(const tal_t *ctx UNNEEDED,
62 const u8 **cursor UNNEEDED, size_t *max UNNEEDED, size_t num UNNEEDED)

Callers 6

fromwire_added_htlcFunction · 0.50
fromwire_existing_htlcFunction · 0.50
fromwire_simple_htlcFunction · 0.50
fromwire_failed_htlcFunction · 0.50
fromwire_shachainFunction · 0.50
fromwire_chain_coin_mvtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected