Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Record_Free
Function
Record_Free
src/execution_plan/record.c:371–377 ·
view source on GitHub ↗
this function is currently unused
Source
from the content-addressed store, hash-verified
369
370
// this function is currently unused
371
void Record_Free
372
(
373
Record r
374
) {
375
Record_FreeEntries(r);
376
rm_free(r);
377
}
378
Callers
3
ListComprehension_Free
Function · 0.85
ListReduceCtx_Free
Function · 0.85
test_recordToString
Function · 0.85
Calls
2
Record_FreeEntries
Function · 0.85
rm_free
Function · 0.85
Tested by
1
test_recordToString
Function · 0.68