Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Graph_EdgeCount
Function
Graph_EdgeCount
src/graph/graph.c:505–508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
503
}
504
505
size_t Graph_EdgeCount(const Graph *g) {
506
ASSERT(g);
507
return g->edges->itemCount;
508
}
509
510
uint64_t Graph_RelationEdgeCount
511
(
Callers
6
_GraphContext_RequiredMetaKeys
Function · 0.85
GraphEncodeContext_InitHeader
Function · 0.85
_StatePayloadInfo
Function · 0.85
RdbSaveEdges_v13
Function · 0.85
_reduceEdgeCount
Function · 0.85
test_removeNodes
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_removeNodes
Function · 0.68