Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Path_Reverse
Function
Path_Reverse
src/datatypes/path/path.c:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void Path_Reverse(Path *p) {
89
array_reverse(p->nodes);
90
array_reverse(p->edges);
91
}
92
93
void Path_Clear(Path *p) {
94
array_clear(p->nodes);
Callers
3
AR_SHORTEST_PATH
Function · 0.85
_SIPath_Reverse
Function · 0.85
test_path
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_path
Function · 0.68