Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ UnsignedRange_Free
Function
UnsignedRange_Free
src/util/range/unsigned_range.c:157–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void UnsignedRange_Free
158
(
159
UnsignedRange *range
160
) {
161
ASSERT(range != NULL);
162
rm_free(range);
163
}
164
Callers
7
NodeByLabelScanOp_SetIDRange
Function · 0.85
NodeByLabelScanFree
Function · 0.85
_UseIdOptimization
Function · 0.85
test_unsighnedRangeNew
Function · 0.85
test_unsignedRangeValidation
Function · 0.85
test_unsignedTightenRange
Function · 0.85
test_unsignedContainsValue
Function · 0.85
Calls
1
rm_free
Function · 0.85
Tested by
4
test_unsighnedRangeNew
Function · 0.68
test_unsignedRangeValidation
Function · 0.68
test_unsignedTightenRange
Function · 0.68
test_unsignedContainsValue
Function · 0.68