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

Function node_obj

plugins/askrene/child/graph.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return arc;
31}
32static inline struct node node_obj(u32 index)
33{
34 struct node node = {.idx = index};
35 return node;
36}
37
38/* A graph's topology. */
39struct graph {

Callers 12

solve_caseFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
problem1Function · 0.85
problem2Function · 0.85
mainFunction · 0.85
dijkstra_pathFunction · 0.85
init_linear_networkFunction · 0.85
find_path_or_cycleFunction · 0.85
graph_newFunction · 0.85

Calls

no outgoing calls

Tested by 7

solve_caseFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
problem1Function · 0.68
problem2Function · 0.68
mainFunction · 0.68