Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ gossmap_num_nodes
Function
gossmap_num_nodes
common/gossmap.c:1541–1544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1539
}
1540
1541
size_t gossmap_num_nodes(const struct gossmap *map)
1542
{
1543
return nodeidx_htable_count(map->nodes);
1544
}
1545
1546
static struct gossmap_node *node_iter(const struct gossmap *map, size_t start)
1547
{
Callers
2
mkheap
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected