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

Function dijkstra_best_chan

common/dijkstra.c:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38struct gossmap_chan *dijkstra_best_chan(const struct dijkstra *dij,
39 u32 node_idx)
40{
41 return dij[node_idx].best_chan;
42}
43
44static struct dijkstra *get_dijkstra(const struct dijkstra *dij,
45 const struct gossmap *map,

Callers 1

dijkstra_to_hopsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected