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

Function node_map_node_eq

gossipd/routing.c:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool node_map_node_eq(const struct node *n, const struct node_id *pc)
345{
346 return node_id_eq(&n->id, pc);
347}
348
349
350static void destroy_node(struct node *node, struct routing_state *rstate)

Callers

nothing calls this directly

Calls 1

node_id_eqFunction · 0.85

Tested by

no test coverage detected