MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / CacheObj_Free

Function CacheObj_Free

tests/unit/test_cache.c:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void CacheObj_Free(CacheObj *obj) {
42 free_count++;
43 rm_free(obj);
44}
45
46void test_executionPlanCache() {
47 // build a cache of strings in this case for simplicity

Callers 1

test_executionPlanCacheFunction · 0.85

Calls 1

rm_freeFunction · 0.85

Tested by

no test coverage detected