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