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

Function ignored_fields

wire/test/run-tlvstream.c:446–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446static bool ignored_fields(const struct tlv_n1 *tlv_n1)
447{
448 return tlv_n1->tlv1 == NULL
449 && tlv_n1->tlv2 == NULL
450 && tlv_n1->tlv3 == NULL
451 && tlv_n1->tlv4 == NULL;
452}
453
454int main(int argc, char *argv[])
455{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected