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

Function important_id_eq_node_id

connectd/connectd.h:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191static bool important_id_eq_node_id(const struct important_id *imp,
192 const struct node_id *id)
193{
194 return node_id_eq(&imp->id, id);
195}
196
197/*~ This defines 'struct important_id_htable' */
198HTABLE_DEFINE_NODUPS_TYPE(struct important_id,

Callers

nothing calls this directly

Calls 1

node_id_eqFunction · 0.85

Tested by

no test coverage detected