Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ node_id_cmp
Function
node_id_cmp
common/node_id.c:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
int node_id_cmp(const struct node_id *a, const struct node_id *b)
60
{
61
return memcmp(a->k, b->k, sizeof(a->k));
62
}
63
64
void fromwire_node_id(const u8 **cursor, size_t *max, struct node_id *id)
65
{
Callers
12
node_id_idx
Function · 0.70
private_channel_announcement
Function · 0.70
gossmap_local_addchan
Function · 0.70
pubkey_order
Function · 0.50
routing_add_private_channel
Function · 0.50
test_payment_crud
Function · 0.50
check_cannounce
Function · 0.50
add_connection
Function · 0.50
add_connection
Function · 0.50
check_cannounce
Function · 0.50
routehint_step_cb
Function · 0.50
add_connection
Function · 0.50
Calls
no outgoing calls
Tested by
6
test_payment_crud
Function · 0.40
check_cannounce
Function · 0.40
add_connection
Function · 0.40
add_connection
Function · 0.40
check_cannounce
Function · 0.40
add_connection
Function · 0.40