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

Function node_parity

plugins/fetchinvoice.c:566–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564};
565
566static enum nodeid_parity node_parity(const struct gossmap *gossmap,
567 const struct gossmap_node *node)
568
569{
570 struct node_id id;
571 gossmap_node_get_id(gossmap, node, &id);
572 return id.k[0];
573}
574
575static void node_id_from_point32(struct node_id *nid,
576 const struct point32 *node32_id,

Callers 1

path_to_nodeFunction · 0.85

Calls 1

gossmap_node_get_idFunction · 0.85

Tested by

no test coverage detected