Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Graph_PartialFree
Function
Graph_PartialFree
src/graph/graph.c:1421–1426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1419
}
1420
1421
void Graph_PartialFree
1422
(
1423
Graph *g
1424
) {
1425
_Graph_Free(g, false);
1426
}
Callers
1
_GraphContext_Free
Function · 0.85
Calls
1
_Graph_Free
Function · 0.85
Tested by
no test coverage detected