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

Function fromwire_sha256

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

Generated stub for fromwire_sha256 */

Source from the content-addressed store, hash-verified

54{ fprintf(stderr, "fromwire_secp256k1_ecdsa_signature called!\n"); abort(); }
55/* Generated stub for fromwire_sha256 */
56void fromwire_sha256(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, struct sha256 *sha256 UNNEEDED)
57{ fprintf(stderr, "fromwire_sha256 called!\n"); abort(); }
58/* Generated stub for fromwire_u32 */
59u32 fromwire_u32(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
60{ fprintf(stderr, "fromwire_u32 called!\n"); abort(); }

Callers 1

fromwire_sha256_doubleFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected