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

Function Graph_ScanNodes

src/graph/graph.c:1178–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176}
1177
1178DataBlockIterator *Graph_ScanNodes(const Graph *g) {
1179 ASSERT(g);
1180 return DataBlock_Scan(g->nodes);
1181}
1182
1183DataBlockIterator *Graph_ScanEdges(const Graph *g) {
1184 ASSERT(g);

Callers 4

RdbSaveNodes_v13Function · 0.85
_Graph_FreeFunction · 0.85
AllNodeScanInitFunction · 0.85

Calls 1

DataBlock_ScanFunction · 0.85

Tested by

no test coverage detected