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

Function Graph_UncompactedNodeCount

src/graph/graph.c:493–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493size_t Graph_UncompactedNodeCount(const Graph *g) {
494 return Graph_NodeCount(g) + Graph_DeletedNodeCount(g);
495}
496
497uint64_t Graph_LabeledNodeCount
498(

Callers 3

NodeByIdSeekInitFunction · 0.85
Proc_PagerankInvokeFunction · 0.85

Calls 2

Graph_NodeCountFunction · 0.85
Graph_DeletedNodeCountFunction · 0.85

Tested by 1