MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / Graph_RelationEdgeCount

Function Graph_RelationEdgeCount

src/graph/graph.c:510–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510uint64_t Graph_RelationEdgeCount
511(
512 const Graph *g,
513 RelationID relation
514) {
515 return GraphStatistics_EdgeCount(&g->stats, relation);
516}
517
518uint Graph_DeletedEdgeCount(const Graph *g) {
519 ASSERT(g);

Callers 2

_reduceEdgeCountFunction · 0.85

Calls 1

Tested by

no test coverage detected