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

Function tearDown

tests/unit/test_rg_matrix.c:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void tearDown() {
55 GrB_finalize();
56}
57
58// nvals(A + B) == nvals(A) == nvals(B)
59void ASSERT_GrB_Matrices_EQ(const GrB_Matrix A, const GrB_Matrix B)

Callers

nothing calls this directly

Calls 1

GrB_finalizeFunction · 0.85

Tested by

no test coverage detected