MCPcopy 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
371void Record_Free
372(
373 Record r
374) {
375 Record_FreeEntries(r);
376 rm_free(r);
377}
378

Callers 3

ListComprehension_FreeFunction · 0.85
ListReduceCtx_FreeFunction · 0.85
test_recordToStringFunction · 0.85

Calls 2

Record_FreeEntriesFunction · 0.85
rm_freeFunction · 0.85

Tested by 1

test_recordToStringFunction · 0.68