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:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
struct gossmap_chan *dijkstra_best_chan(const struct dijkstra *dij,
42
u32 node_idx)
43
{
44
return dij[node_idx].best_chan;
45
}
46
47
static struct dijkstra *get_dijkstra(const struct dijkstra *dij,
48
const struct gossmap *map,
Callers
1
dijkstra_to_hops
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected