MCPcopy 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
518uint Graph_DeletedEdgeCount(const Graph *g) {
519 ASSERT(g);
520 return DataBlock_DeletedItemsCount(g->edges);
521}
522
523int Graph_RelationTypeCount(const Graph *g) {
524 return array_len(g->relations);

Callers 3

_StatePayloadInfoFunction · 0.85

Calls 1

Tested by

no test coverage detected