Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Path_Free
Function
Path_Free
src/datatypes/path/path.c:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void Path_Free(Path *p) {
99
array_free(p->nodes);
100
array_free(p->edges);
101
rm_free(p);
102
}
Callers
13
SinglePairCtx_Free
Function · 0.85
SPpaths_all_minimal
Function · 0.85
SPpaths_single_minimal
Function · 0.85
SPpaths_k_minimal
Function · 0.85
Proc_SPpathsStep
Function · 0.85
SingleSourceCtx_Free
Function · 0.85
SSpaths_all_minimal
Function · 0.85
SSpaths_single_minimal
Function · 0.85
SSpaths_k_minimal
Function · 0.85
Proc_SSpathsStep
Function · 0.85
AllPathsCtx_Free
Function · 0.85
SIPath_Free
Function · 0.85
Calls
2
array_free
Function · 0.85
rm_free
Function · 0.85
Tested by
1
test_path
Function · 0.68