Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1178
DataBlockIterator *Graph_ScanNodes(const Graph *g) {
1179
ASSERT(g);
1180
return DataBlock_Scan(g->nodes);
1181
}
1182
1183
DataBlockIterator *Graph_ScanEdges(const Graph *g) {
1184
ASSERT(g);
Callers
4
RdbSaveNodes_v13
Function · 0.85
_Graph_Free
Function · 0.85
AllNodeScanInit
Function · 0.85
AllNodeScanConsumeFromChild
Function · 0.85
Calls
1
DataBlock_Scan
Function · 0.85
Tested by
no test coverage detected