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

Function node_adjacency_end

plugins/askrene/child/graph.h:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 return graph->node_adjacency_first[node.idx];
127}
128static inline bool node_adjacency_end(const struct arc arc)
129{
130 return arc.idx == INVALID_INDEX;
131}
132static inline struct arc node_adjacency_next(const struct graph *graph,
133 const struct arc arc)
134{

Callers 8

BFS_pathFunction · 0.70
dijkstra_pathFunction · 0.70
node_balanceFunction · 0.70
dijkstra_nearest_sinkFunction · 0.70
get_flow_pathsFunction · 0.70
showFunction · 0.50
showFunction · 0.50
showFunction · 0.50

Calls

no outgoing calls

Tested by 3

showFunction · 0.40
showFunction · 0.40
showFunction · 0.40