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

Function towire_utf8_array

wire/towire.c:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void towire_utf8_array(u8 **pptr, const char *arr, size_t num)
125{
126 assert(utf8_check(arr, num));
127 towire(pptr, arr, num);
128}
129
130void towire_pad(u8 **pptr, size_t num)
131{

Callers

nothing calls this directly

Calls 2

towireFunction · 0.70
utf8_checkFunction · 0.50

Tested by

no test coverage detected