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

Function arc_obj

plugins/askrene/child/graph.h:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27static inline struct arc arc_obj(u32 index)
28{
29 struct arc arc = {.idx = index};
30 return arc;
31}
32static inline struct node node_obj(u32 index)
33{
34 struct node node = {.idx = index};

Callers 7

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
problem1Function · 0.85
problem2Function · 0.85
mainFunction · 0.85
graph_newFunction · 0.85

Calls

no outgoing calls

Tested by 6

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