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

Function fromwire_u8_array

wire/fromwire.c:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void fromwire_u8_array(const u8 **cursor, size_t *max, u8 *arr, size_t num)
228{
229 fromwire(cursor, max, arr, num);
230}
231
232void fromwire_utf8_array(const u8 **cursor, size_t *max, char *arr, size_t num)
233{

Callers 4

fromwire_tal_arrnFunction · 0.70
fromwire_bip340sigFunction · 0.50
fromwire_keypairFunction · 0.50
fromwire_new_stateFunction · 0.50

Calls 1

fromwireFunction · 0.70

Tested by

no test coverage detected