Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ GraphStatistics_FreeInternals
Function
GraphStatistics_FreeInternals
src/graph/graph_statistics.c:65–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void GraphStatistics_FreeInternals
66
(
67
GraphStatistics *stats
68
) {
69
ASSERT(stats);
70
if(stats->node_count) array_free(stats->node_count);
71
if(stats->edge_count) array_free(stats->edge_count);
72
}
73
Callers
1
_Graph_Free
Function · 0.85
Calls
1
array_free
Function · 0.85
Tested by
no test coverage detected