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

Function pending_node_announce_eq

gossipd/routing.c:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static bool pending_node_announce_eq(const struct pending_node_announce *pna,
85 const struct node_id *pc)
86{
87 return node_id_eq(&pna->nodeid, pc);
88}
89
90HTABLE_DEFINE_TYPE(struct pending_node_announce, pending_node_announce_keyof,
91 node_map_hash_key, pending_node_announce_eq,

Callers

nothing calls this directly

Calls 1

node_id_eqFunction · 0.85

Tested by

no test coverage detected