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

Function tearDown

tests/unit/test_execution_plan_clone.c:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void tearDown() {
128 TEST_ASSERT(GrB_finalize() == GrB_SUCCESS);
129 GraphContext *gc = QueryCtx_GetGraphCtx();
130 GraphContext_DecreaseRefCount(gc);
131 QueryCtx_Free();
132}
133
134void test_createClause() {
135 const char **queries = array_new(const char *, 12);

Callers

nothing calls this directly

Calls 4

GrB_finalizeFunction · 0.85
QueryCtx_GetGraphCtxFunction · 0.85
QueryCtx_FreeFunction · 0.85

Tested by

no test coverage detected