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

Function Graph_DeletedNodeCount

src/graph/graph.c:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488uint Graph_DeletedNodeCount(const Graph *g) {
489 ASSERT(g);
490 return DataBlock_DeletedItemsCount(g->nodes);
491}
492
493size_t Graph_UncompactedNodeCount(const Graph *g) {
494 return Graph_NodeCount(g) + Graph_DeletedNodeCount(g);

Callers 4

_StatePayloadInfoFunction · 0.85

Calls 1

Tested by

no test coverage detected