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

Function fromwire_u8_array

wire/fromwire.c:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void fromwire_u8_array(const u8 **cursor, size_t *max, u8 *arr, size_t num)
203{
204 fromwire(cursor, max, arr, num);
205}
206
207void fromwire_utf8_array(const u8 **cursor, size_t *max, char *arr, size_t num)
208{

Callers 1

fromwire_tal_arrnFunction · 0.70

Calls 1

fromwireFunction · 0.70

Tested by

no test coverage detected