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

Function Graph_NodeCount

src/graph/graph.c:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483size_t Graph_NodeCount(const Graph *g) {
484 ASSERT(g);
485 return g->nodes->itemCount;
486}
487
488uint Graph_DeletedNodeCount(const Graph *g) {
489 ASSERT(g);

Callers 9

_StatePayloadInfoFunction · 0.85
RdbSaveNodes_v13Function · 0.85
_reduceNodeCountFunction · 0.85
_test_node_creationFunction · 0.85
test_newGraphFunction · 0.85
test_removeNodesFunction · 0.85

Calls

no outgoing calls

Tested by 3

_test_node_creationFunction · 0.68
test_newGraphFunction · 0.68
test_removeNodesFunction · 0.68