Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
493
size_t Graph_UncompactedNodeCount(const Graph *g) {
494
return Graph_NodeCount(g) + Graph_DeletedNodeCount(g);
495
}
496
497
uint64_t Graph_LabeledNodeCount
498
(
Callers
3
NodeByIdSeekInit
Function · 0.85
Proc_PagerankInvoke
Function · 0.85
AllShortestPaths_FindMinimumLength
Function · 0.85
Calls
2
Graph_NodeCount
Function · 0.85
Graph_DeletedNodeCount
Function · 0.85
Tested by
1
AllShortestPaths_FindMinimumLength
Function · 0.68