MCPcopy 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
65void 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_FreeFunction · 0.85

Calls 1

array_freeFunction · 0.85

Tested by

no test coverage detected