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

Function gossmap_first_chan

common/gossmap.c:1099–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097}
1098
1099struct gossmap_chan *gossmap_first_chan(const struct gossmap *map)
1100{
1101 return chan_iter(map, 0);
1102}
1103
1104struct gossmap_chan *gossmap_next_chan(const struct gossmap *map,
1105 struct gossmap_chan *prev)

Callers 2

listpeers_doneFunction · 0.85
clean_topoFunction · 0.85

Calls 1

chan_iterFunction · 0.85

Tested by

no test coverage detected