Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1414
void Graph_Free
1415
(
1416
Graph *g
1417
) {
1418
_Graph_Free(g, true);
1419
}
1420
1421
void Graph_PartialFree
1422
(
Callers
14
_GraphContext_Free
Function · 0.85
test_noPaths
Function · 0.85
test_longest_Paths
Function · 0.85
test_upToThreeLegsPaths
Function · 0.85
test_twoLegPaths
Function · 0.85
test_destinationSpecificPaths
Function · 0.85
benchmark_node_creation_with_labels
Function · 0.85
benchmark_node_creation_no_labels
Function · 0.85
benchmark_edge_creation_with_relationships
Function · 0.85
test_newGraph
Function · 0.85
test_graphConstruction
Function · 0.85
test_removeNodes
Function · 0.85
Calls
1
_Graph_Free
Function · 0.85
Tested by
13
test_noPaths
Function · 0.68
test_longest_Paths
Function · 0.68
test_upToThreeLegsPaths
Function · 0.68
test_twoLegPaths
Function · 0.68
test_destinationSpecificPaths
Function · 0.68
benchmark_node_creation_with_labels
Function · 0.68
benchmark_node_creation_no_labels
Function · 0.68
benchmark_edge_creation_with_relationships
Function · 0.68
test_newGraph
Function · 0.68
test_graphConstruction
Function · 0.68
test_removeNodes
Function · 0.68
test_getNode
Function · 0.68