Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
struct gossmap_chan *dijkstra_best_chan(const struct dijkstra *dij,
39
u32 node_idx)
40
{
41
return dij[node_idx].best_chan;
42
}
43
44
static struct dijkstra *get_dijkstra(const struct dijkstra *dij,
45
const struct gossmap *map,
Callers
1
dijkstra_to_hops
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected