Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Path_SetNode
Function
Path_SetNode
src/datatypes/path/path.c:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void Path_SetNode(Path *p, uint i, Node n) {
32
p->nodes[i] = n;
33
}
34
35
void Path_SetEdge(Path *p, uint i, Edge e) {
36
p->edges[i] = e;
Callers
2
AllShortestPaths_NextPath
Function · 0.85
test_path
Function · 0.85
Calls
no outgoing calls
Tested by
2
AllShortestPaths_NextPath
Function · 0.68
test_path
Function · 0.68