Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Path_SetEdge
Function
Path_SetEdge
src/datatypes/path/path.c:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void Path_SetEdge(Path *p, uint i, Edge e) {
36
p->edges[i] = e;
37
}
38
39
Node *Path_GetNode(const Path *p, int index) {
40
ASSERT(index >= 0 && index < Path_NodeCount(p));
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