MCPcopy 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
1421void Graph_PartialFree
1422(
1423 Graph *g
1424) {
1425 _Graph_Free(g, false);
1426}

Callers 1

_GraphContext_FreeFunction · 0.85

Calls 1

_Graph_FreeFunction · 0.85

Tested by

no test coverage detected