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