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

Function fromwire_tal_arrn

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

Generated stub for fromwire_tal_arrn */

Source from the content-addressed store, hash-verified

64{ fprintf(stderr, "fromwire_sha256 called!\n"); abort(); }
65/* Generated stub for fromwire_tal_arrn */
66u8 *fromwire_tal_arrn(const tal_t *ctx UNNEEDED,
67 const u8 **cursor UNNEEDED, size_t *max UNNEEDED, size_t num UNNEEDED)
68{ fprintf(stderr, "fromwire_tal_arrn called!\n"); abort(); }
69/* Generated stub for fromwire_u32 */
70u32 fromwire_u32(const u8 **cursor UNNEEDED, size_t *max UNNEEDED)
71{ fprintf(stderr, "fromwire_u32 called!\n"); abort(); }

Callers 6

process_batch_elementsFunction · 0.50
parse_onionpacketFunction · 0.50
unwrap_onionreplyFunction · 0.50
fromwire_onionreplyFunction · 0.50
fromwire_feature_setFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected