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:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
int node_id_cmp(const struct node_id *a, const struct node_id *b)
50
{
51
return memcmp(a->k, b->k, sizeof(a->k));
52
}
53
54
void fromwire_node_id(const u8 **cursor, size_t *max, struct node_id *id)
55
{
Callers
15
pubkey_order
Function · 0.85
gossmap_manage_channel_announcement
Function · 0.85
test_payment_crud
Function · 0.85
create_channel_announcement_dir
Function · 0.85
node_id_idx
Function · 0.85
gossmap_local_addchan
Function · 0.85
check_cannounce
Function · 0.85
add_connection
Function · 0.85
add_connection
Function · 0.85
check_cannounce
Function · 0.85
routehint_step_cb
Function · 0.85
add_local_channel
Function · 0.85
Calls
no outgoing calls
Tested by
8
test_payment_crud
Function · 0.68
check_cannounce
Function · 0.68
add_connection
Function · 0.68
add_connection
Function · 0.68
check_cannounce
Function · 0.68
add_connection
Function · 0.68
add_connection
Function · 0.68
add_connection
Function · 0.68