MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / Graph_Free

Function Graph_Free

src/graph/graph.c:1414–1419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1412}
1413
1414void Graph_Free
1415(
1416 Graph *g
1417) {
1418 _Graph_Free(g, true);
1419}
1420
1421void Graph_PartialFree
1422(

Callers 14

_GraphContext_FreeFunction · 0.85
test_noPathsFunction · 0.85
test_longest_PathsFunction · 0.85
test_upToThreeLegsPathsFunction · 0.85
test_twoLegPathsFunction · 0.85
test_newGraphFunction · 0.85
test_graphConstructionFunction · 0.85
test_removeNodesFunction · 0.85

Calls 1

_Graph_FreeFunction · 0.85

Tested by 13

test_noPathsFunction · 0.68
test_longest_PathsFunction · 0.68
test_upToThreeLegsPathsFunction · 0.68
test_twoLegPathsFunction · 0.68
test_newGraphFunction · 0.68
test_graphConstructionFunction · 0.68
test_removeNodesFunction · 0.68
test_getNodeFunction · 0.68