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

Function next_unknown_field

wire/tlvstream.c:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313static const struct tlv_field *next_unknown_field(const struct tlv_field *field,
314 const struct tlv_field *end)
315{
316 return unknown_field(field + 1, end);
317}
318
319static const struct tlv_field *first_unknown_field(const struct tlv_field *fields,
320 const struct tlv_field **end)

Callers 2

towire_tlvFunction · 0.85
tlv_update_fields_Function · 0.85

Calls 1

unknown_fieldFunction · 0.70

Tested by

no test coverage detected