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:1060–1063 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1058
}
1059
1060
size_t gossmap_num_nodes(const struct gossmap *map)
1061
{
1062
return nodeidx_htable_count(&map->nodes);
1063
}
1064
1065
static struct gossmap_node *node_iter(const struct gossmap *map, size_t start)
1066
{
Callers
2
mkheap
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected