MCPcopy 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
505size_t Graph_EdgeCount(const Graph *g) {
506 ASSERT(g);
507 return g->edges->itemCount;
508}
509
510uint64_t Graph_RelationEdgeCount
511(

Callers 6

_StatePayloadInfoFunction · 0.85
RdbSaveEdges_v13Function · 0.85
_reduceEdgeCountFunction · 0.85
test_removeNodesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_removeNodesFunction · 0.68