Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1183
DataBlockIterator *Graph_ScanEdges(const Graph *g) {
1184
ASSERT(g);
1185
return DataBlock_Scan(g->edges);
1186
}
1187
1188
LabelID Graph_AddLabel
1189
(
Callers
1
_Graph_Free
Function · 0.85
Calls
1
DataBlock_Scan
Function · 0.85
Tested by
no test coverage detected