Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
static inline struct arc arc_obj(u32 index)
28
{
29
struct arc arc = {.idx = index};
30
return arc;
31
}
32
static inline struct node node_obj(u32 index)
33
{
34
struct node node = {.idx = index};
Callers
7
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
problem1
Function · 0.85
problem2
Function · 0.85
main
Function · 0.85
graph_new
Function · 0.85
Calls
no outgoing calls
Tested by
6
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
problem1
Function · 0.68
problem2
Function · 0.68
main
Function · 0.68