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

Function gossmap_num_chans

common/gossmap.c:1574–1577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1572}
1573
1574size_t gossmap_num_chans(const struct gossmap *map)
1575{
1576 return chanidx_htable_count(map->channels);
1577}
1578
1579static struct gossmap_chan *chan_iter(const struct gossmap *map, size_t start)
1580{

Callers 2

uncertainty_updateFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected