Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void CacheObj_Free(CacheObj *obj) {
42
free_count++;
43
rm_free(obj);
44
}
45
46
void test_executionPlanCache() {
47
// build a cache of strings in this case for simplicity
Callers
1
test_executionPlanCache
Function · 0.85
Calls
1
rm_free
Function · 0.85
Tested by
no test coverage detected