Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
483
size_t Graph_NodeCount(const Graph *g) {
484
ASSERT(g);
485
return g->nodes->itemCount;
486
}
487
488
uint Graph_DeletedNodeCount(const Graph *g) {
489
ASSERT(g);
Callers
9
_GraphContext_RequiredMetaKeys
Function · 0.85
GraphEncodeContext_InitHeader
Function · 0.85
_StatePayloadInfo
Function · 0.85
RdbSaveNodes_v13
Function · 0.85
Graph_UncompactedNodeCount
Function · 0.85
_reduceNodeCount
Function · 0.85
_test_node_creation
Function · 0.85
test_newGraph
Function · 0.85
test_removeNodes
Function · 0.85
Calls
no outgoing calls
Tested by
3
_test_node_creation
Function · 0.68
test_newGraph
Function · 0.68
test_removeNodes
Function · 0.68