Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ DataBlockIterator_Free
Function
DataBlockIterator_Free
src/util/datablock/datablock_iterator.c:80–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void DataBlockIterator_Free
81
(
82
DataBlockIterator *iter
83
) {
84
ASSERT(iter != NULL);
85
rm_free(iter);
86
}
87
Callers
8
UndoLog_Free
Function · 0.85
GraphEncodeContext_Reset
Function · 0.85
RdbSaveNodes_v13
Function · 0.85
_Graph_Free
Function · 0.85
AllNodeScanFree
Function · 0.85
test_dataBlockScan
Function · 0.85
test_dataBlockRemoveItem
Function · 0.85
test_dataBlockOutOfOrderBuilding
Function · 0.85
Calls
1
rm_free
Function · 0.85
Tested by
3
test_dataBlockScan
Function · 0.68
test_dataBlockRemoveItem
Function · 0.68
test_dataBlockOutOfOrderBuilding
Function · 0.68