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

Function gossmap_num_chans

common/gossmap.c:1085–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083}
1084
1085size_t gossmap_num_chans(const struct gossmap *map)
1086{
1087 return chanidx_htable_count(&map->channels);
1088}
1089
1090static struct gossmap_chan *chan_iter(const struct gossmap *map, size_t start)
1091{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected