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

Function connecting_eq_node_id

connectd/connectd.h:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242static bool connecting_eq_node_id(const struct connecting *connecting,
243 const struct node_id *id)
244{
245 return node_id_eq(&connecting->id, id);
246}
247
248/*~ This defines 'struct connecting_htable' which contains 'struct connecting'
249 * pointers. */

Callers

nothing calls this directly

Calls 1

node_id_eqFunction · 0.85

Tested by

no test coverage detected