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

Function fromwire_pad

common/test/run-bolt12_decode.c:66–67  ·  view source on GitHub ↗

Generated stub for fromwire_pad */

Source from the content-addressed store, hash-verified

64{ fprintf(stderr, "fromwire_fail called!\n"); abort(); }
65/* Generated stub for fromwire_pad */
66void fromwire_pad(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, size_t num UNNEEDED)
67{ fprintf(stderr, "fromwire_pad called!\n"); abort(); }
68/* Generated stub for fromwire_secp256k1_ecdsa_signature */
69void fromwire_secp256k1_ecdsa_signature(const u8 **cursor UNNEEDED, size_t *max UNNEEDED,
70 secp256k1_ecdsa_signature *signature UNNEEDED)

Callers 4

process_onionpacketFunction · 0.50
tlv_spanFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected