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

Function tearDown

tests/unit/test_algebraic_expression.c:334–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void tearDown() {
335 TEST_ASSERT(GrB_finalize() == GrB_SUCCESS);
336 QueryGraph_Free(qg);
337 GraphContext *gc = QueryCtx_GetGraphCtx();
338 GraphContext_DecreaseRefCount(gc);
339 QueryCtx_Free();
340}
341
342void test_algebraicExpression() {
343 RG_Matrix matrix = NULL;

Callers

nothing calls this directly

Calls 5

GrB_finalizeFunction · 0.85
QueryGraph_FreeFunction · 0.85
QueryCtx_GetGraphCtxFunction · 0.85
QueryCtx_FreeFunction · 0.85

Tested by

no test coverage detected