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

Function gossmap_first_chan

common/gossmap.c:1588–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586}
1587
1588struct gossmap_chan *gossmap_first_chan(const struct gossmap *map)
1589{
1590 return chan_iter(map, 0);
1591}
1592
1593struct gossmap_chan *gossmap_next_chan(const struct gossmap *map,
1594 struct gossmap_chan *prev)

Callers 8

json_listchannelsFunction · 0.85
get_capacitiesFunction · 0.85
uncertainty_updateFunction · 0.85
get_routesFunction · 0.85
check_disabledFunction · 0.85
mainFunction · 0.85
clean_topoFunction · 0.85

Calls 1

chan_iterFunction · 0.85

Tested by

no test coverage detected