Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
32
static inline struct node node_obj(u32 index)
33
{
34
struct node node = {.idx = index};
35
return node;
36
}
37
38
/* A graph's topology. */
39
struct graph {
Callers
12
solve_case
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
problem1
Function · 0.85
problem2
Function · 0.85
main
Function · 0.85
dijkstra_path
Function · 0.85
init_linear_network
Function · 0.85
find_path_or_cycle
Function · 0.85
init_linear_network_single_path
Function · 0.85
graph_new
Function · 0.85
Calls
no outgoing calls
Tested by
7
solve_case
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
problem1
Function · 0.68
problem2
Function · 0.68
main
Function · 0.68