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

Function unknown_field

wire/tlvstream.c:302–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302static const struct tlv_field *unknown_field(const struct tlv_field *field,
303 const struct tlv_field *end)
304{
305 while (field < end) {
306 if (!field->meta)
307 return field;
308 field++;
309 }
310 return NULL;
311}
312
313static const struct tlv_field *next_unknown_field(const struct tlv_field *field,
314 const struct tlv_field *end)

Callers 2

next_unknown_fieldFunction · 0.70
first_unknown_fieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected