Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Graph_DeletedEdgeCount
Function
Graph_DeletedEdgeCount
src/graph/graph.c:518–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
516
}
517
518
uint Graph_DeletedEdgeCount(const Graph *g) {
519
ASSERT(g);
520
return DataBlock_DeletedItemsCount(g->edges);
521
}
522
523
int Graph_RelationTypeCount(const Graph *g) {
524
return array_len(g->relations);
Callers
3
_GraphContext_RequiredMetaKeys
Function · 0.85
GraphEncodeContext_InitHeader
Function · 0.85
_StatePayloadInfo
Function · 0.85
Calls
1
DataBlock_DeletedItemsCount
Function · 0.85
Tested by
no test coverage detected