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

Function first_unknown_field

wire/tlvstream.c:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319static const struct tlv_field *first_unknown_field(const struct tlv_field *fields,
320 const struct tlv_field **end)
321{
322 *end = fields + tal_count(fields);
323 return unknown_field(fields, *end);
324}
325
326void towire_tlv(u8 **pptr,
327 const struct tlv_record_type *types, size_t num_types,

Callers 2

towire_tlvFunction · 0.85
tlv_update_fields_Function · 0.85

Calls 1

unknown_fieldFunction · 0.70

Tested by

no test coverage detected