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