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

Function fromwire_u8_array

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

Generated stub for fromwire_u8_array */

Source from the content-addressed store, hash-verified

72{ fprintf(stderr, "fromwire_u8 called!\n"); abort(); }
73/* Generated stub for fromwire_u8_array */
74void fromwire_u8_array(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, u8 *arr UNNEEDED, size_t num UNNEEDED)
75{ fprintf(stderr, "fromwire_u8_array called!\n"); abort(); }
76/* Generated stub for towire */
77void towire(u8 **pptr UNNEEDED, const void *data UNNEEDED, size_t len UNNEEDED)
78{ fprintf(stderr, "towire called!\n"); abort(); }

Callers 2

fromwire_hmacFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected