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

Function Graph_ScanEdges

src/graph/graph.c:1183–1186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1181}
1182
1183DataBlockIterator *Graph_ScanEdges(const Graph *g) {
1184 ASSERT(g);
1185 return DataBlock_Scan(g->edges);
1186}
1187
1188LabelID Graph_AddLabel
1189(

Callers 1

_Graph_FreeFunction · 0.85

Calls 1

DataBlock_ScanFunction · 0.85

Tested by

no test coverage detected