Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SIPath_Free
Function
SIPath_Free
src/datatypes/path/sipath.c:175–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
void SIPath_Free(SIValue p) {
176
if(p.allocation == M_SELF) {
177
Path *path = (Path *) p.ptrval;
178
Path_Free(path);
179
}
180
}
181
Callers
1
SIValue_Free
Function · 0.85
Calls
1
Path_Free
Function · 0.85
Tested by
no test coverage detected