MCPcopy 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
88void Path_Reverse(Path *p) {
89 array_reverse(p->nodes);
90 array_reverse(p->edges);
91}
92
93void Path_Clear(Path *p) {
94 array_clear(p->nodes);

Callers 3

AR_SHORTEST_PATHFunction · 0.85
_SIPath_ReverseFunction · 0.85
test_pathFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pathFunction · 0.68