Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Path_Clear
Function
Path_Clear
src/datatypes/path/path.c:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void Path_Clear(Path *p) {
94
array_clear(p->nodes);
95
array_clear(p->edges);
96
}
97
98
void Path_Free(Path *p) {
99
array_free(p->nodes);
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